We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5cedb8b commit 18f7ee7Copy full SHA for 18f7ee7
tests/e2e/simple-app.test.ts
@@ -234,7 +234,7 @@ test('requesting a non existing page route that needs to be fetched from the blo
234
// would not ... and then https://github.com/vercel/next.js/pull/69802 changed it back again
235
// (14.2.10 and canary.147)
236
const shouldHavePrivateDirective = nextVersionSatisfies(
237
- '<14.2.4 || >=14.2.10 <15.0.0-canary.24 || ^15.0.0-canary.147',
+ '<14.2.4 || >=14.2.10 <15.0.0-canary.24 || >=15.0.0-canary.147',
238
)
239
240
expect(headers['debug-netlify-cdn-cache-control']).toBe(
0 commit comments