We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3617381 commit 3ea5708Copy full SHA for 3ea5708
jest.config.js
@@ -20,4 +20,6 @@ module.exports = {
20
21
// The pattern Jest uses to detect test files.
22
testRegex: '(/__tests__/.*|(\\.|/)(test|spec))\\.jsx?$',
23
+
24
+ testURL: 'http://localhost/'
25
};
0 commit comments