Skip to content
This repository has been archived by the owner on May 26, 2022. It is now read-only.

Commit

Permalink
Add jest testURL config to fix issues with window.localStorage on run…
Browse files Browse the repository at this point in the history
… tests

See jsdom/jsdom#2304
  • Loading branch information
simeonackermann committed Nov 28, 2018
1 parent b96d50e commit ce444bb
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions package.json
Expand Up @@ -20,6 +20,10 @@
"react"
]
},
"jest": {
"verbose": true,
"testURL": "http://localhost/"
},
"devDependencies": {
"babel-core": "^6.26.0",
"babel-loader": "^7.1.5",
Expand Down

0 comments on commit ce444bb

Please sign in to comment.