Skip to content

Commit 589b78e

Browse files
BilalQamar95muselesscreator
authored andcommitted
fix: reverted jest upgrade (#427)
1 parent 2529a1e commit 589b78e

File tree

3 files changed

+4993
-1252
lines changed

3 files changed

+4993
-1252
lines changed

config/jest.config.js

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,7 @@ if (fs.existsSync(appEnvConfigPath)) {
1212
}
1313

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

0 commit comments

Comments
 (0)