We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 67a2088 commit 8b30eeeCopy full SHA for 8b30eee
packages/react-scripts/scripts/test.js
@@ -57,7 +57,8 @@ function isInMercurialRepository() {
57
// Watch unless on CI or explicitly running all tests
58
if (
59
!process.env.CI &&
60
- argv.indexOf('--watchAll') === -1
+ argv.indexOf('--watchAll') === -1 &&
61
+ argv.indexOf('--watchAll=false') === -1
62
) {
63
// https://github.com/facebook/create-react-app/issues/5210
64
const hasSourceControl = isInGitRepository() || isInMercurialRepository();
0 commit comments