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.
1 parent 6e8d425 commit 282343fCopy full SHA for 282343f
1 file changed
packages/jest-cli/src/run_jest.js
@@ -40,7 +40,7 @@ const getNoTestsFoundMessage = (testRunData, globalConfig) => {
40
chalk.dim(
41
globalConfig.watch
42
? 'Press `a` to run all tests, or run Jest with `--watchAll`.'
43
- : 'Run Jest without `-o` to run all tests.',
+ : 'Run Jest without `-o` or with `--all` to run all tests.',
44
)
45
);
46
}
0 commit comments