diff --git a/.jest.js b/.jest.js index fa5d4800a..6d6ff3e4b 100644 --- a/.jest.js +++ b/.jest.js @@ -6,6 +6,7 @@ const transformIgnorePatterns = [ ]; module.exports = { + testURL: 'http://localhost/', setupFiles: [ './tests/setup.js', ],