Skip to content

Commit

Permalink
Update dependencies and add testURL to Jest config
Browse files Browse the repository at this point in the history
  • Loading branch information
ryanhefner committed Aug 2, 2018
1 parent 8d2c73f commit 12e2abc
Show file tree
Hide file tree
Showing 2 changed files with 161 additions and 131 deletions.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,8 @@
"rollup-watch": "^4.3.1"
},
"jest": {
"collectCoverage": true
"collectCoverage": true,
"testURL": "http://localhost"
},
"keywords": [
"react",
Expand Down
Loading

0 comments on commit 12e2abc

Please sign in to comment.