Skip to content

Commit 13878f7

Browse files
committed
🐛 Update jest config to match new jsdom requirements
1 parent 305e599 commit 13878f7

File tree

2 files changed

+811
-786
lines changed

2 files changed

+811
-786
lines changed

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -78,6 +78,7 @@
7878
"not ie <= 8"
7979
],
8080
"jest": {
81+
"testURL": "http://localhost/",
8182
"moduleNameMapper": {
8283
"mixins/(.*)$": "<rootDir>/mixins/$1.js",
8384
"^vue$": "vue/dist/vue.min.js"

0 commit comments

Comments
 (0)