diff options
Diffstat (limited to 'devtools')
| -rw-r--r-- | devtools/config/jest.config.js | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/devtools/config/jest.config.js b/devtools/config/jest.config.js index 1622999e..8aa1583d 100644 --- a/devtools/config/jest.config.js +++ b/devtools/config/jest.config.js @@ -2,5 +2,9 @@ module.exports = { preset: 'ts-jest', rootDir: '../../', - testEnvironment: 'node', + globals: { + 'ts-jest': { + isolatedModules: true, + }, + }, }; |
