We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5749f9d commit 0975233Copy full SHA for 0975233
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