Skip to content

Commit

Permalink
feat: rebuild package lock (#1160)
Browse files Browse the repository at this point in the history
* feat: rebuild package lock

* feat: update paragon

* test: fix axios/jest incompatibility
  • Loading branch information
zacharis278 authored Aug 9, 2023
1 parent c3d345e commit 0954233
Show file tree
Hide file tree
Showing 3 changed files with 2,147 additions and 4,878 deletions.
4 changes: 4 additions & 0 deletions jest.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,10 @@ module.exports = createConfig('jest', {
'src/i18n',
'src/.*\\.exp\\..*',
],
// see https://github.com/axios/axios/issues/5026
moduleNameMapper: {
"^axios$": "axios/dist/axios.js"
},
testTimeout: 30000,
testEnvironment: 'jsdom'
});
Loading

0 comments on commit 0954233

Please sign in to comment.