diff --git a/package.json b/package.json index 90f240167..b592265f8 100644 --- a/package.json +++ b/package.json @@ -81,7 +81,12 @@ ], "preset": "ts-jest", "testEnvironment": "node", - "testResultsProcessor": "jest-junit" + "testResultsProcessor": "jest-junit", + "globals": { + "ts-jest": { + "isolatedModules": true + } + } }, "jest-junit": { "suiteName": "Generated unit tests",