Skip to content

Commit 3f351eb

Browse files
smacpherson64gnapse
authored andcommitted
test: Added testURL in jest.config (#48)
Implemented fix from @jgoz to failing TI builds: #47 (comment)
1 parent 1df7560 commit 3f351eb

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

jest.config.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,6 @@ const jestConfig = require('kcd-scripts/jest')
22

33
module.exports = Object.assign(jestConfig, {
44
testEnvironment: 'jest-environment-jsdom',
5+
testURL: 'http://localhost/',
56
setupTestFrameworkScriptFile: '<rootDir>/setupTests.js',
67
})

0 commit comments

Comments
 (0)