Skip to content

Commit

Permalink
[DOCS] Clarify --projects CLI option
Browse files Browse the repository at this point in the history
As requested by @SimenB in jestjs#5595, but only because he added a smiley.
  • Loading branch information
yozlet committed Aug 21, 2018
1 parent ac3c5a2 commit 74177fa
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/CLI.md
Original file line number Diff line number Diff line change
Expand Up @@ -213,9 +213,9 @@ Alias: `-o`. Attempts to identify which tests to run based on which files have c

Allows the test suite to pass when no files are found.

### `--projects <project1> ... <projectN>`
### `--projects <path1> ... <pathN>`

Run tests from one or more projects.
Run tests from one or more projects, found in the specified paths; also takes path globs. This option is the CLI equivalent of the [`projects`](configuration#projects-arraystring--projectconfig) configuration option. Note that if configuration files are found in the specified paths, _all_ projects specified within those configuration files will be run.

### `--reporters`

Expand Down

0 comments on commit 74177fa

Please sign in to comment.