-
Notifications
You must be signed in to change notification settings - Fork 9.4k
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
core: add clearStorageTypes
option
#15508
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
question for reviewer: I don't like the name |
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 generally looks good! Might be some linting and other minor changes necessary for CI
You may need to run the following command to fix CI: The unit test failures appear to be unrelated which I'll work on separately (#15553). |
clearStorageTypes
option
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.
Last couple nits but LGTM! Thanks for the contribution!
Summary: This adds a new option to the config to allow users to specify which storage types to clear when resetting storage for a URL. This is useful for testing scenarios where you want to clear all storage except for a specific type. Test plan: - Added a few unit tests to make sure the option works as expected
clearStorageTypes
optionclearStorageTypes
option
Summary
This commit adds a new option to the config to allow users to specify which storage types to clear when resetting storage for a URL. This is useful for testing scenarios where you want to clear all storage except for a specific type.
Test plan:
Related Issues/PRs
closes #15506