Skip to content

Commit

Permalink
chore(deps-dev): bump jest-extended from 0.11.5 to 1.0.0 (#2931)
Browse files Browse the repository at this point in the history
* chore(deps-dev): bump jest-extended from 0.11.5 to 1.0.0

Bumps [jest-extended](https://github.com/jest-community/jest-extended) from 0.11.5 to 1.0.0.
- [Release notes](https://github.com/jest-community/jest-extended/releases)
- [Commits](jest-community/jest-extended@v0.11.5...v1.0.0)

---
updated-dependencies:
- dependency-name: jest-extended
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>

* fix: add jest-extended matchers in setupFilesAfterEnv

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Kar Rui Lau <[email protected]>
  • Loading branch information
dependabot[bot] and karrui authored Oct 19, 2021
1 parent 32dc2fb commit d678a22
Show file tree
Hide file tree
Showing 5 changed files with 93 additions and 303 deletions.
2 changes: 1 addition & 1 deletion jest.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -24,5 +24,5 @@ module.exports = {
isolatedModules: true,
},
},
setupFilesAfterEnv: ['jest-extended'],
setupFilesAfterEnv: ['<rootDir>/tests/jest-setupAfterEnv.js'],
}
Loading

0 comments on commit d678a22

Please sign in to comment.