Skip to content

Commit

Permalink
fix: reverted jest upgrade (#427)
Browse files Browse the repository at this point in the history
  • Loading branch information
BilalQamar95 authored Jul 25, 2023
1 parent 0f8f544 commit 0081949
Show file tree
Hide file tree
Showing 3 changed files with 2,665 additions and 617 deletions.
5 changes: 1 addition & 4 deletions config/jest.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,7 @@ if (fs.existsSync(appEnvConfigPath)) {
}

module.exports = {
testEnvironment: 'jsdom',
testEnvironmentOptions: {
url: 'http://localhost/',
},
testURL: 'http://localhost/',
setupFiles: [
path.resolve(__dirname, 'jest/setupTest.js'),
],
Expand Down
Loading

0 comments on commit 0081949

Please sign in to comment.