aboutsummaryrefslogtreecommitdiff
path: root/jest.config.js
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--jest.config.js7
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'
+ }
+ }
};