Test suite failed to run on Ubuntu (#170)

This commit is contained in:
Oleksii Kersov 2018-08-16 13:35:04 +03:00 committed by Oleksii Trekhleb
parent 36173817f3
commit 3ea570869e

View File

@ -20,4 +20,6 @@ module.exports = {
// The pattern Jest uses to detect test files. // The pattern Jest uses to detect test files.
testRegex: '(/__tests__/.*|(\\.|/)(test|spec))\\.jsx?$', testRegex: '(/__tests__/.*|(\\.|/)(test|spec))\\.jsx?$',
testURL: 'http://localhost/'
}; };