Skip to content

Commit

Permalink
try to fix bug where ts-jest hangs
Browse files Browse the repository at this point in the history
  • Loading branch information
millsp committed Jun 1, 2022
1 parent ca0c722 commit 2654584
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions packages/client/jest.config.js
@@ -1,5 +1,11 @@
module.exports = {
preset: 'ts-jest',
globals: {
'ts-jest': {
tsconfig: 'tsconfig.json',
isolatedModules: true,
},
},
testEnvironment: 'node',
collectCoverage: process.env.CI ? true : false,
coverageReporters: ['clover'],
Expand Down

0 comments on commit 2654584

Please sign in to comment.