Skip to content

Commit

Permalink
Bump jest from 26.6.3 to 27.0.2 (#386)
Browse files Browse the repository at this point in the history
* Bump jest from 26.6.3 to 27.0.2

Bumps [jest](https://github.com/facebook/jest) from 26.6.3 to 27.0.2.
- [Release notes](https://github.com/facebook/jest/releases)
- [Changelog](https://github.com/facebook/jest/blob/master/CHANGELOG.md)
- [Commits](jestjs/jest@v26.6.3...v27.0.2)

Signed-off-by: dependabot[bot] <support@github.com>

* Update jest test environment

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Shawn McKnight <smcknight@storis.com>
  • Loading branch information
dependabot[bot] and shawnmcknight authored May 30, 2021
1 parent 09a7c64 commit d950b54
Show file tree
Hide file tree
Showing 3 changed files with 1,614 additions and 1,288 deletions.
1 change: 1 addition & 0 deletions jest.config.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
module.exports = {
testEnvironment: 'jsdom',
resetMocks: true, // clear history and reset behavior of mocks between each test
restoreMocks: true, // restore initial behavior of mocked functions
moduleFileExtensions: ['js', 'ts', 'tsx'],
Expand Down
Loading

0 comments on commit d950b54

Please sign in to comment.