diff options
Diffstat (limited to 'jest.config.js')
| -rw-r--r-- | jest.config.js | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/jest.config.js b/jest.config.js index eef6b07..b7a3dcd 100644 --- a/jest.config.js +++ b/jest.config.js @@ -1,4 +1,9 @@ module.exports = { preset: 'ts-jest', - testEnvironment: 'node' + testEnvironment: 'node', + globals: { + 'ts-jest': { + tsConfig: 'tsconfig.spec.json' + } + } }; |
