Skip to content

Commit 8d0b6d7

Browse files
eddyerburghcpojer
authored andcommitted
Add extra info to no tests for changed files message (jestjs#4188)
1 parent a7f4eed commit 8d0b6d7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

packages/jest-cli/src/run_jest.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ const getNoTestsFoundMessage = (testRunData, globalConfig) => {
4040
chalk.dim(
4141
globalConfig.watch
4242
? 'Press `a` to run all tests, or run Jest with `--watchAll`.'
43-
: 'Run Jest without `-o` to run all tests.',
43+
: 'Run Jest without `-o` or with `--all` to run all tests.',
4444
)
4545
);
4646
}

0 commit comments

Comments
 (0)