We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1a61db5 commit 9514cb8Copy full SHA for 9514cb8
packages/react-scripts/scripts/test.js
@@ -54,11 +54,10 @@ function isInMercurialRepository() {
54
}
55
56
57
-// Watch unless on CI, in coverage mode, explicitly adding `--no-watch`,
+// Watch unless on CI, explicitly adding `--no-watch`,
58
// or explicitly running all tests
59
if (
60
!process.env.CI &&
61
- argv.indexOf('--coverage') === -1 &&
62
argv.indexOf('--no-watch') === -1 &&
63
argv.indexOf('--watchAll') === -1
64
) {
0 commit comments