Skip to content

Commit

Permalink
build(jest): add testURL to jest config because of facebook
Browse files Browse the repository at this point in the history
  • Loading branch information
Tommytrg committed Aug 2, 2018
1 parent 35a1ee9 commit caa1bc1
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion config/jest.js
Original file line number Diff line number Diff line change
Expand Up @@ -29,5 +29,6 @@ module.exports = {
},
"testMatch": [
"**/?(*.)(spec|test).ts?(x)"
]
],
"testURL": "http://localhost"
}

0 comments on commit caa1bc1

Please sign in to comment.