We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Is your feature request related to a problem? Please describe.
When there are unused snapshots there should be a behaviour to fail the tests especially for running in ci.
Describe the solution you'd like
Fail when unused snapshots are detected.
Describe alternatives you've considered
Flag to fail in ci --ci.
--ci
Additional context Add any other context or screenshots about the feature request here.
The text was updated successfully, but these errors were encountered:
I'd be in favour of having the plugin be "strict" by default and allow users to opt-out via some config or cli flags.
Sorry, something went wrong.
How would you fail? / How would the failure be reported? This would happen outside of individual test cases
Addresses syrusakbary/snapshottest#73
Successfully merging a pull request may close this issue.
Is your feature request related to a problem? Please describe.
When there are unused snapshots there should be a behaviour to fail the tests especially for running in ci.
Describe the solution you'd like
Fail when unused snapshots are detected.
Describe alternatives you've considered
Flag to fail in ci
--ci
.Additional context
Add any other context or screenshots about the feature request here.
The text was updated successfully, but these errors were encountered: