Skip to content

Commit

Permalink
Fix issues with Jest tests
Browse files Browse the repository at this point in the history
Error when running tests: "SecurityError: localStorage is not available for opaque origins"
  • Loading branch information
jasonlbeggs committed Sep 26, 2018
1 parent 9dc12f8 commit d561eee
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,5 +39,8 @@
},
"engines": {
"node": ">=6.0.0"
},
"jest": {
"testURL": "http://localhost"
}
}

0 comments on commit d561eee

Please sign in to comment.