Skip to content

Commit

Permalink
pin jsdom
Browse files Browse the repository at this point in the history
  • Loading branch information
nstepien committed Jan 15, 2024
1 parent 9ff6de5 commit bf98556
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@
"eslint-plugin-react-hooks": "^4.6.0",
"eslint-plugin-sonarjs": "^0.23.0",
"eslint-plugin-testing-library": "^6.2.0",
"jsdom": "^23.2.0",
"jsdom": "23.1.0",
"jspdf": "^2.5.1",
"jspdf-autotable": "^3.5.23",
"lodash-es": "^4.17.21",
Expand Down
2 changes: 1 addition & 1 deletion vite.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ export default defineConfig({
useAtomics: true
}
},
testTimeout: isCI ? 40000 : 20000,
testTimeout: isCI ? 10000 : 5000,
setupFiles: ['test/setup.ts'],
restoreMocks: true,
sequence: {
Expand Down

0 comments on commit bf98556

Please sign in to comment.