Skip to content

Commit

Permalink
Temporarily remove filtering by a test name from Watch Usage (jestjs#…
Browse files Browse the repository at this point in the history
  • Loading branch information
thymikee authored and aaronabramov committed Apr 5, 2017
1 parent 29d9fd6 commit 8a2d23c
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ Array [
Watch Usage
› Press o to only run tests related to changed files.
› Press p to filter by a filename regex pattern.
› Press t to filter by a test name regex pattern.
› Press q to quit watch mode.
› Press Enter to trigger a test run.
",
Expand Down
3 changes: 0 additions & 3 deletions packages/jest-cli/src/watch.js
Original file line number Diff line number Diff line change
Expand Up @@ -286,9 +286,6 @@ const usage = (argv, snapshotFailure, delimiter = '\n') => {
chalk.dim(' \u203A Press ') +
'p' +
chalk.dim(' to filter by a filename regex pattern.'),
chalk.dim(' \u203A Press ') +
't' +
chalk.dim(' to filter by a test name regex pattern.'),
chalk.dim(' \u203A Press ') + 'q' + chalk.dim(' to quit watch mode.'),
chalk.dim(' \u203A Press ') +
'Enter' +
Expand Down

0 comments on commit 8a2d23c

Please sign in to comment.