Skip to content

Commit 3ea5708

Browse files
kersovtrekhleb
authored andcommittedAug 16, 2018
Test suite failed to run on Ubuntu (trekhleb#170)
1 parent 3617381 commit 3ea5708

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed
 

‎jest.config.js

+2
Original file line numberDiff line numberDiff line change
@@ -20,4 +20,6 @@ module.exports = {
2020

2121
// The pattern Jest uses to detect test files.
2222
testRegex: '(/__tests__/.*|(\\.|/)(test|spec))\\.jsx?$',
23+
24+
testURL: 'http://localhost/'
2325
};

0 commit comments

Comments
 (0)
Please sign in to comment.