Skip to content

Commit 2c63787

Browse files
authored
chore(jest): add custom url to jest's testURL (#32)
1 parent 1c6bafb commit 2c63787

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

package.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,9 @@
5252
"react": "0.14.x || ^15.0.0 || ^16.0.0",
5353
"react-dom": "0.14.x || ^15.0.0 || ^16.0.0"
5454
},
55+
"jest": {
56+
"testURL": "http://localhost/"
57+
},
5558
"devDependencies": {
5659
"babel-cli": "^6.24.1",
5760
"babel-eslint": "^7.2.3",

0 commit comments

Comments
 (0)