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 authored and GlugovGrGlib committed Sep 12, 2024
1 parent 39811d8 commit 0b6e14f
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 0b6e14f

Please sign in to comment.