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/' };