We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7e7b442 commit 385a94dCopy full SHA for 385a94d
1 file changed
jest.config.js
@@ -6,5 +6,6 @@ module.exports = {
6
'^.*\\.s?css$': '<rootDir>/test/_transformers/css.ts',
7
},
8
testRegex: '(/(test|__tests__)/(?!_).*|(\\.|/)(test|spec))\\.[jt]s$',
9
+ testURL: 'http://localhost/',
10
moduleFileExtensions: ['ts', 'js', 'json', 'node'],
11
}
0 commit comments