Skip to content

Commit

Permalink
test: jest.config
Browse files Browse the repository at this point in the history
  • Loading branch information
lukesthl committed Mar 26, 2023
1 parent 9f94632 commit b28fb97
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
Binary file modified .DS_Store
Binary file not shown.
16 changes: 8 additions & 8 deletions jest.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,13 @@ module.exports = {
'<rootDir>/src/**/*.ts',
'!<rootDir>/src/types/**/*.ts',
],
globals: {
'ts-jest': {
diagnostics: false,
isolatedModules: true,
},
},
moduleNameMapper: {
axios: 'axios/dist/node/axios.cjs',
transform: {
globals: [
'ts-jest',
{
diagnostics: false,
isolatedModules: true,
},
],
},
};

0 comments on commit b28fb97

Please sign in to comment.