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 and muselesscreator committed Aug 7, 2023
1 parent 2529a1e commit 589b78e
Show file tree
Hide file tree
Showing 3 changed files with 4,993 additions and 1,252 deletions.
5 changes: 1 addition & 4 deletions config/jest.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,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 589b78e

Please sign in to comment.