-
Notifications
You must be signed in to change notification settings - Fork 198
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
fix: Changes to consider only updatePassedSnapshot if updateSnapshot is also true #327
Conversation
can we please merge this? |
Please sign the CLA |
hi @10xLaCroixDrinker I have signed the cla but it still says - not signed. Maybe the Github action is broken? please check and let me know. |
For the CLA to work, you need to amend your commits to use the email associated with your GitHub account |
5433bab
to
5c55d3b
Compare
…xpress#324) Bumps [http-cache-semantics](https://github.com/kornelski/http-cache-semantics) from 4.1.0 to 4.1.1. - [Release notes](https://github.com/kornelski/http-cache-semantics/releases) - [Commits](kornelski/http-cache-semantics@v4.1.0...v4.1.1) --- updated-dependencies: - dependency-name: http-cache-semantics dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
…-updatesnapshot flag is present
@code-forger / @10xLaCroixDrinker Please re-review this PR. I have fixed CLA issue now. |
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.
Please restore the lockfile.
This reverts commit 6cf2343.
🎉 This PR is included in version 6.1.1 🎉 The release is available on: Your semantic-release bot 📦🚀 |
Description
updatePassedSnapshot
to only update "passed" snapshots when jest --updatesnapshot flag is present.Motivation and Context
fixes: #325
Types of Changes
Checklist: