Skip to content
This repository has been archived by the owner on Sep 14, 2021. It is now read-only.

Commit

Permalink
build(jest): Add testURL Jest config (#522)
Browse files Browse the repository at this point in the history
  • Loading branch information
mbfisher committed Jul 30, 2018
1 parent f9cf647 commit c20980f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion jest.config.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,5 +16,6 @@
"setupFiles": [
"<rootDir>/test/setupPolyfills.js"
],
"setupTestFrameworkScriptFile": "<rootDir>/test/setupTestFramework.js"
"setupTestFrameworkScriptFile": "<rootDir>/test/setupTestFramework.js",
"testURL": "http://localhost"
}

0 comments on commit c20980f

Please sign in to comment.