Skip to content

Commit 18f7ee7

Browse files
committed
test: adjust version check to also include v16
1 parent 5cedb8b commit 18f7ee7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/e2e/simple-app.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -234,7 +234,7 @@ test('requesting a non existing page route that needs to be fetched from the blo
234234
// would not ... and then https://github.com/vercel/next.js/pull/69802 changed it back again
235235
// (14.2.10 and canary.147)
236236
const shouldHavePrivateDirective = nextVersionSatisfies(
237-
'<14.2.4 || >=14.2.10 <15.0.0-canary.24 || ^15.0.0-canary.147',
237+
'<14.2.4 || >=14.2.10 <15.0.0-canary.24 || >=15.0.0-canary.147',
238238
)
239239

240240
expect(headers['debug-netlify-cdn-cache-control']).toBe(

0 commit comments

Comments
 (0)