Просмотр исходного кода

chore: Set max workers for e2e tests to 3

Michael Bromley 4 лет назад
Родитель
Сommit
0363fc77fb
1 измененных файлов с 1 добавлено и 0 удалено
  1. 1 0
      e2e-common/jest-config.js

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

@@ -12,6 +12,7 @@ module.exports = {
     moduleFileExtensions: ['js', 'json', 'ts'],
     rootDir: packageDirname,
     testRegex: '.e2e-spec.ts$',
+    maxWorkers: 3,
     transform: {
         '^.+\\.ts$': 'ts-jest',
     },