Skip to content

Commit

Permalink
Fix jest's testURL option to the exact same value of future default
Browse files Browse the repository at this point in the history
Please refer to jestjs/jest#6792.
  • Loading branch information
yhatt committed Aug 3, 2018
1 parent 385a94d commit 1ad4a5b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion jest.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,6 @@ module.exports = {
'^.*\\.s?css$': '<rootDir>/test/_transformers/css.ts',
},
testRegex: '(/(test|__tests__)/(?!_).*|(\\.|/)(test|spec))\\.[jt]s$',
testURL: 'http://localhost/',
testURL: 'http://localhost',
moduleFileExtensions: ['ts', 'js', 'json', 'node'],
}

0 comments on commit 1ad4a5b

Please sign in to comment.