Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: only updatePassedSnapshot if updateSnapshot is also true (#327)
* chore(deps): bump qs from 6.5.2 to 6.5.3 (#320) * chore(deps): make jest optional peerDependency (#322) * chore(deps): bump http-cache-semantics from 4.1.0 to 4.1.1 (#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> * fix: updatePassedSnapshot to only update passed snapshots when jest --updatesnapshot flag is present * fix: fixed indentations * fix: added unit test case * removed package.json file * Revert "removed package.json file" This reverts commit 6cf2343. --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
- Loading branch information