We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent edb6eda commit db650f4Copy full SHA for db650f4
1 file changed
scripts/e2e.js
@@ -20,7 +20,7 @@ if (parentArgs.includes('--coverage')) {
20
)
21
parentArgs = parentArgs.filter(a => a !== '--coverage')
22
}
23
-// if (!parentArgs.includes('--runInBand')) parentArgs.push('--runInBand')
+if (!parentArgs.includes('--runInBand')) parentArgs.push('--runInBand')
24
25
function getDirectories(rootDir) {
26
return fs.readdirSync(rootDir).filter(function(file) {
0 commit comments