Skip to content

Commit 8b51a34

Browse files
committed
fix(jest): add jsdom default env
1 parent c87e84b commit 8b51a34

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,7 @@
6060
}
6161
},
6262
"jest": {
63+
"testEnvironment": "jsdom",
6364
"setupFiles": [
6465
"jest-localstorage-mock"
6566
],

0 commit comments

Comments
 (0)