Skip to content

Commit

Permalink
fix: jest configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
dcoa committed Dec 6, 2023
1 parent 28503e6 commit cb27ea0
Show file tree
Hide file tree
Showing 2 changed files with 2,737 additions and 809 deletions.
5 changes: 4 additions & 1 deletion jest.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,8 @@ module.exports = createConfig('jest', {
'src/.*\\.exp\\..*',
],
testTimeout: 30000,
testEnvironment: 'jsdom'
testEnvironment: 'jsdom',
moduleNameMapper: {
"^axios$": "axios/dist/axios.js"
},
});
Loading

0 comments on commit cb27ea0

Please sign in to comment.