Skip to content

Commit 8238136

Browse files
committed
Fix Jest + JSDOM bug
1 parent 2bc6d5d commit 8238136

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

package.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,9 @@
2525
"prefer-const": 2
2626
}
2727
},
28+
"jest": {
29+
"testURL": "http://localhost"
30+
},
2831
"repository": "developit/htm",
2932
"keywords": [
3033
"Hyperscript Tagged Markup",

0 commit comments

Comments
 (0)