Skip to content

Commit

Permalink
chore: fix jest tests for ui
Browse files Browse the repository at this point in the history
  • Loading branch information
reesscot committed Nov 13, 2023
1 parent 2fcee9f commit 235f2be
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions packages/ui/jest.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,9 @@ module.exports = {
},
preset: 'ts-jest',
testEnvironment: 'jsdom',
moduleNameMapper: {
axios: 'axios/dist/node/axios.cjs',
},
modulePathIgnorePatterns: ['<rootDir>/dist/'],
globals: {
'ts-jest': {
Expand Down

0 comments on commit 235f2be

Please sign in to comment.