From 3ea570869ea726df0b48e4db20e602bbe8b0bb5c Mon Sep 17 00:00:00 2001 From: Oleksii Kersov Date: Thu, 16 Aug 2018 13:35:04 +0300 Subject: [PATCH] Test suite failed to run on Ubuntu (#170) --- jest.config.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/jest.config.js b/jest.config.js index 21f6ac89..c69befc8 100644 --- a/jest.config.js +++ b/jest.config.js @@ -20,4 +20,6 @@ module.exports = { // The pattern Jest uses to detect test files. testRegex: '(/__tests__/.*|(\\.|/)(test|spec))\\.jsx?$', + + testURL: 'http://localhost/' };