Browse Source

test(email-plugin): Enable isolatedModules to try to improve perf

Michael Bromley 6 years ago
parent
commit
132428d5a5
1 changed files with 1 additions and 1 deletions
  1. 1 1
      packages/email-plugin/jest.config.js

+ 1 - 1
packages/email-plugin/jest.config.js

@@ -15,7 +15,7 @@ module.exports = {
     },
     globals: {
         'ts-jest': {
-            isolatedModules: false,
+            isolatedModules: true,
             tsConfig: {
                 allowJs: true,
                 skipLibCheck: true,