Skip to content

Commit

Permalink
update docs/CLI.md
Browse files Browse the repository at this point in the history
  • Loading branch information
tido64 committed Aug 18, 2021
1 parent fa60bb3 commit 1b9d2c1
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions docs/CLI.md
Original file line number Diff line number Diff line change
Expand Up @@ -262,6 +262,10 @@ 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.

### `--platform`

Specifies which platform to target. Overrides `haste.defaultPlatform` option.

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

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.
Expand Down

0 comments on commit 1b9d2c1

Please sign in to comment.