Skip to content

Commit

Permalink
feat: updated jest to v29
Browse files Browse the repository at this point in the history
  • Loading branch information
BilalQamar95 committed May 23, 2024
1 parent dadfa97 commit 6e79768
Show file tree
Hide file tree
Showing 3 changed files with 3,243 additions and 1,987 deletions.
4 changes: 3 additions & 1 deletion jest.config.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
module.exports = {
testEnvironment: 'jest-environment-jsdom-global',
testURL: 'http://localhost/',
testEnvironmentOptions: {
url: 'http://localhost/',
},
setupFiles: [
'./src/setupTest.js',
],
Expand Down
Loading

0 comments on commit 6e79768

Please sign in to comment.