-
Notifications
You must be signed in to change notification settings - Fork 87
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
refactor: remove unnecessary handling of Durable Cache feature flag after it was fully rolled out #2571
Conversation
📊 Package size report -0.01%↓
Unchanged files
🤖 This report was automatically generated by pkg-size-action |
96926e3
to
0aeb395
Compare
0aeb395
to
7c15344
Compare
expect(headers['cache-status']).toMatch(/^"Next.js"; hit$/m) | ||
expect(headers['cache-status']).toMatch(/^"Netlify Edge"; fwd=miss$/m) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is alternative to previously merged updated assertions ( #2527 ) that does kind of preserve previous assertions and skips checking on "Netlify Durable" cache status
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM, thanks for handling this!
Description
Updating tests (mostly assertions) and removing unnecessary feature flag handling and conditional code paths after Durable Cache full rollout