We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1df7560 commit 3f351ebCopy full SHA for 3f351eb
jest.config.js
@@ -2,5 +2,6 @@ const jestConfig = require('kcd-scripts/jest')
2
3
module.exports = Object.assign(jestConfig, {
4
testEnvironment: 'jest-environment-jsdom',
5
+ testURL: 'http://localhost/',
6
setupTestFrameworkScriptFile: '<rootDir>/setupTests.js',
7
})
0 commit comments