Skip to content

Commit 0950642

Browse files
dependabot[bot]philibeachambo-e
authored
chore(deps-dev): bump jest from 26.6.3 to 27.0.1 (#199)
* chore(deps-dev): bump jest from 26.6.3 to 27.0.1 Bumps [jest](https://github.com/facebook/jest) from 26.6.3 to 27.0.1. - [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.1) Signed-off-by: dependabot[bot] <[email protected]> * fix(jest): add jsdom default env * chore: upgrade jest Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Alexandre Philibeaux <[email protected]> Co-authored-by: Emmanuel Chambon <[email protected]>
1 parent adeaded commit 0950642

File tree

2 files changed

+627
-1408
lines changed

2 files changed

+627
-1408
lines changed

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
"cross-env": "^7.0.3",
2323
"eslint": "^7.18.0",
2424
"husky": "^6.0.0",
25-
"jest": "^26.6.3",
25+
"jest": "^27.0.4",
2626
"jest-junit": "^12.0.0",
2727
"jest-localstorage-mock": "^2.4.8",
2828
"lerna": "4.0.0",
@@ -60,6 +60,7 @@
6060
}
6161
},
6262
"jest": {
63+
"testEnvironment": "jsdom",
6364
"setupFiles": [
6465
"jest-localstorage-mock"
6566
],

0 commit comments

Comments
 (0)