Skip to content

Commit

Permalink
build(jest): Add testURL Jest config
Browse files Browse the repository at this point in the history
  • Loading branch information
mbfisher committed Jul 28, 2018
1 parent f9cf647 commit 8a153d1
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion jest.config.json
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 8a153d1

Please sign in to comment.