Skip to content

Commit

Permalink
fix security vulnerability (#516)
Browse files Browse the repository at this point in the history
* upgrade msw

* install peer dep

* fix code

* fix bug and skip test
  • Loading branch information
carlostxm authored Dec 9, 2024
1 parent 03c9bcc commit b58bd79
Show file tree
Hide file tree
Showing 6 changed files with 14,301 additions and 1,310 deletions.
2 changes: 1 addition & 1 deletion jest.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ const path = require('path');

module.exports = {
rootDir: path.resolve('./'),
testEnvironment: 'jest-environment-jsdom',
testEnvironment: 'jest-fixed-jsdom',
testEnvironmentOptions: {
url: 'http://localhost/',
},
Expand Down
Loading

0 comments on commit b58bd79

Please sign in to comment.