Skip to content

Commit 980ee35

Browse files
committed
test: Workaround to fix a Jest localStorage issue.
See jestjs/jest#6766
1 parent ce39a38 commit 980ee35

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,8 @@
9494
"modulePathIgnorePatterns": [
9595
"<rootDir>/samples"
9696
],
97-
"collectCoverage": true
97+
"collectCoverage": true,
98+
"testURL": "http://localhost"
9899
},
99100
"prettier": {
100101
"semi": false,

0 commit comments

Comments
 (0)