From f216540e4fd8af19bfc1ec86afbc26076a6769f4 Mon Sep 17 00:00:00 2001 From: Oleksii Kosynskyi Date: Mon, 6 May 2024 16:34:44 -0400 Subject: [PATCH] Add type checking to unit tests (#7027) --- templates/jest.config.js.tmpl | 1 - 1 file changed, 1 deletion(-) diff --git a/templates/jest.config.js.tmpl b/templates/jest.config.js.tmpl index 2b65a1760a3..e4d70e55a94 100644 --- a/templates/jest.config.js.tmpl +++ b/templates/jest.config.js.tmpl @@ -26,7 +26,6 @@ module.exports = { 'ts-jest', { tsconfig: './test/tsconfig.json', - isolatedModules: true, }, ], },