Skip to content

Commit

Permalink
PR feedback
Browse files Browse the repository at this point in the history
  • Loading branch information
SimenB committed Dec 24, 2018
1 parent 3ecb0df commit bac749b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packages/jest-cli/src/getNoTestFound.js
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ export default function getNoTestFound(testRunData, globalConfig): string {
return (
chalk.bold('No tests found, exiting with code 1') +
'\n' +
'Pass `--passWithNoTests` to exit with code 0' +
'Run with `--passWithNoTests` to exit with code 0' +
'\n' +
`In ${chalk.bold(process.cwd())}` +
'\n' +
Expand Down
2 changes: 1 addition & 1 deletion packages/jest-cli/src/getNoTestFoundVerbose.js
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ export default function getNoTestFoundVerbose(
return (
chalk.bold('No tests found, exiting with code 1') +
'\n' +
'Pass `--passWithNoTests` to exit with code 0' +
'Run with `--passWithNoTests` to exit with code 0' +
'\n' +
individualResults.join('\n') +
'\n' +
Expand Down

0 comments on commit bac749b

Please sign in to comment.