Skip to content

Commit

Permalink
Added testUrl
Browse files Browse the repository at this point in the history
Fixes issue with local storage on CI.
Related to jestjs/jest#6769
  • Loading branch information
arb committed Aug 2, 2018
1 parent 4be1804 commit 9cbf57a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions jest.config.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
module.exports = {
verbose: true,
testURL: 'http://localhost/',
collectCoverageFrom: ['lib/index.js'],
collectCoverage: true,
coverageThreshold: {
Expand Down

0 comments on commit 9cbf57a

Please sign in to comment.