Skip to content

Commit 0e7929d

Browse files
committed
ci: fix jest jsdom test
1 parent ba63a85 commit 0e7929d

File tree

2 files changed

+333
-14
lines changed

2 files changed

+333
-14
lines changed

package.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,7 @@
6464
"flow-bin": "0.201.0",
6565
"form-data": "^4.0.0",
6666
"jest": "^29.4.3",
67+
"jest-environment-jsdom": "^29.4.3",
6768
"prettier": "^2.8.4",
6869
"relay-runtime": "^14.1.0",
6970
"rimraf": "^4.3.0",
@@ -79,6 +80,7 @@
7980
}
8081
},
8182
"jest": {
83+
"testEnvironment": "jsdom",
8284
"roots": [
8385
"<rootDir>/src"
8486
]

0 commit comments

Comments
 (0)