Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Use testURL: http://localhost in jest configs.
  • Loading branch information
skoging committed Aug 8, 2018
commit c94be9c8b7d18c4f6754cfbd6f694c3e9c4d090e
3 changes: 3 additions & 0 deletions packages/confusing-browser-globals/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,5 +17,8 @@
],
"devDependencies": {
"jest": "23.4.2"
},
"jest": {
"testURL": "http://localhost"
}
}
4 changes: 4 additions & 0 deletions packages/react-dev-utils/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,11 @@
"devDependencies": {
"jest": "23.4.2"
},

"scripts": {
"test": "jest"
},
"jest": {
"testURL": "http://localhost"
}
}
1 change: 1 addition & 0 deletions packages/react-error-overlay/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,7 @@
"webpack": "^4.8.1"
},
"jest": {
"testURL": "http://localhost",
"setupFiles": [
"./src/__tests__/setupJest.js"
],
Expand Down