diff --git a/jest.config.js b/jest.config.js index bfd72697..17c6783a 100644 --- a/jest.config.js +++ b/jest.config.js @@ -2,5 +2,6 @@ const jestConfig = require('kcd-scripts/jest') module.exports = Object.assign(jestConfig, { testEnvironment: 'jest-environment-jsdom', + testURL: 'http://localhost/', setupTestFrameworkScriptFile: '/setupTests.js', })