Skip to content
This repository was archived by the owner on Sep 11, 2024. It is now read-only.

Commit 13afb8d

Browse files
committed
Update Jest and JSDOM
Signed-off-by: Michael Telatynski <[email protected]>
1 parent 120f269 commit 13afb8d

File tree

2 files changed

+1395
-621
lines changed

2 files changed

+1395
-621
lines changed

package.json

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -151,8 +151,9 @@
151151
"eslint-plugin-react": "^7.20.3",
152152
"eslint-plugin-react-hooks": "^2.5.1",
153153
"glob": "^5.0.15",
154-
"jest": "^24.9.0",
155-
"jest-canvas-mock": "^2.2.0",
154+
"jest": "^26.5.2",
155+
"jest-canvas-mock": "^2.3.0",
156+
"jest-environment-jsdom-sixteen": "^1.0.3",
156157
"lolex": "^5.1.2",
157158
"matrix-mock-request": "^1.2.3",
158159
"matrix-react-test-utils": "^0.2.2",
@@ -165,6 +166,7 @@
165166
"walk": "^2.3.14"
166167
},
167168
"jest": {
169+
"testEnvironment": "jest-environment-jsdom-sixteen",
168170
"testMatch": [
169171
"<rootDir>/test/**/*-test.js"
170172
],

0 commit comments

Comments
 (0)