diff --git a/scripts/e2e.js b/scripts/e2e.js index e00e6edbdf..1d5d18833a 100755 --- a/scripts/e2e.js +++ b/scripts/e2e.js @@ -20,7 +20,7 @@ if (parentArgs.includes('--coverage')) { ) parentArgs = parentArgs.filter(a => a !== '--coverage') } -// if (!parentArgs.includes('--runInBand')) parentArgs.push('--runInBand') +if (!parentArgs.includes('--runInBand')) parentArgs.push('--runInBand') function getDirectories(rootDir) { return fs.readdirSync(rootDir).filter(function(file) {