diff --git a/jest.config.js b/jest.config.js index 08c83e5..d7e091e 100644 --- a/jest.config.js +++ b/jest.config.js @@ -1,7 +1,9 @@ module.exports = { verbose: true, rootDir: './', - testURL: 'http://localhost/', + testEnvironmentOptions: { + url: 'http://localhost/' + }, testMatch: ['**/jest/**/*.test.js'], "transform": { "^.+\\.js$": "babel-jest",