Skip to content

Commit 0081949

Browse files
authored
fix: reverted jest upgrade (#427)
1 parent 0f8f544 commit 0081949

File tree

3 files changed

+2665
-617
lines changed

3 files changed

+2665
-617
lines changed

config/jest.config.js

+1-4
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,7 @@ if (fs.existsSync(appEnvConfigPath)) {
1111
}
1212

1313
module.exports = {
14-
testEnvironment: 'jsdom',
15-
testEnvironmentOptions: {
16-
url: 'http://localhost/',
17-
},
14+
testURL: 'http://localhost/',
1815
setupFiles: [
1916
path.resolve(__dirname, 'jest/setupTest.js'),
2017
],

0 commit comments

Comments
 (0)