Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit cbad256

Browse files
mrmckebiansu
authored andcommitted
Add explicit check for --watchAll=false (#7433)
Resolves #7180.
1 parent 67a2088 commit cbad256

File tree

1 file changed

+2
-1
lines changed
  • packages/react-scripts/scripts

1 file changed

+2
-1
lines changed

‎packages/react-scripts/scripts/test.js‎

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,8 @@ function isInMercurialRepository() {
5757
// Watch unless on CI or explicitly running all tests
5858
if (
5959
!process.env.CI &&
60-
argv.indexOf('--watchAll') === -1
60+
argv.indexOf('--watchAll') === -1 &&
61+
argv.indexOf('--watchAll=false') === -1
6162
) {
6263
// https://github.com/facebook/create-react-app/issues/5210
6364
const hasSourceControl = isInGitRepository() || isInMercurialRepository();

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /