Skip to content

Commit

Permalink
[#165] Correct ts-jest config
Browse files Browse the repository at this point in the history
  • Loading branch information
hoangmirs committed Feb 17, 2023
1 parent 4f89746 commit 206ebb4
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions jest.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,7 @@ module.exports = {
'!src/**/*.d.ts',
'!src/index.ts',
],
globals: {
"ts-jest": {
diagnostics: false
}
},
transform: {
'^.+\\.ts$': ['ts-jest', { diagnostics: false }],
}
};

0 comments on commit 206ebb4

Please sign in to comment.