Skip to content

Commit

Permalink
Add extra info to no tests for changed files message (jestjs#4188)
Browse files Browse the repository at this point in the history
  • Loading branch information
eddyerburgh authored and cpojer committed Aug 3, 2017
1 parent a7f4eed commit 8d0b6d7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/jest-cli/src/run_jest.js
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ const getNoTestsFoundMessage = (testRunData, globalConfig) => {
chalk.dim(
globalConfig.watch
? 'Press `a` to run all tests, or run Jest with `--watchAll`.'
: 'Run Jest without `-o` to run all tests.',
: 'Run Jest without `-o` or with `--all` to run all tests.',
)
);
}
Expand Down

0 comments on commit 8d0b6d7

Please sign in to comment.