Skip to content

Commit 3617074

Browse files
committed
update jest
1 parent 2ecf1e5 commit 3617074

File tree

3 files changed

+1064
-488
lines changed

3 files changed

+1064
-488
lines changed

jest.config.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@ module.exports = {
77
},
88
coverageDirectory: '<rootDir>/coverage',
99
moduleFileExtensions: ['js', 'ts', 'tsx'],
10-
testEnvironment: 'node',
1110
testMatch: ['<rootDir>/**/*.test.ts', '<rootDir>/**/*.test.tsx'],
1211
globals: {
1312
'ts-jest': {

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@
6969
"codecov": "^3.6.5",
7070
"deepmerge": "^4.2.2",
7171
"eslint": "7.32.0",
72-
"jest": "^24.9.0",
72+
"jest": "^27.5.1",
7373
"karma-browserstack-launcher": "^1.5.1",
7474
"karma-firefox-launcher": "^1.1.0",
7575
"lerna": "3.13.4",

0 commit comments

Comments
 (0)