Browse Source

chore: Enable `isolatedModules` flag for e2e tests

Seems to further speed up e2e tests
Michael Bromley 6 years ago
parent
commit
4d1d259242
1 changed files with 1 additions and 0 deletions
  1. 1 0
      e2e-common/jest-config.js

+ 1 - 0
e2e-common/jest-config.js

@@ -16,6 +16,7 @@ module.exports = {
         'ts-jest': {
         'ts-jest': {
             tsConfig: '<rootDir>/config/tsconfig.e2e.json',
             tsConfig: '<rootDir>/config/tsconfig.e2e.json',
             diagnostics: false,
             diagnostics: false,
+            isolatedModules: true,
         },
         },
     },
     },
 };
 };