We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 9bea75e + 43ba47a commit 8765255Copy full SHA for 8765255
packages/react-scripts/scripts/test.js
@@ -32,6 +32,9 @@ const argv = process.argv.slice(2);
32
if (!process.env.CI && argv.indexOf('--coverage') < 0) {
33
argv.push('--watch');
34
}
35
+else {
36
+ argv.push('--maxWorkers=4');
37
+}
38
39
// @remove-on-eject-begin
40
// This is not necessary after eject because we embed config into package.json.
0 commit comments