Skip to content

Commit

Permalink
Merge branch 'ignoreProjects' of github.com:F3n67u/jest into ignorePr…
Browse files Browse the repository at this point in the history
…ojects
  • Loading branch information
F3n67u committed Apr 1, 2022
2 parents bc92ed9 + a38ddd4 commit 29abd26
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/CLI.md
Original file line number Diff line number Diff line change
Expand Up @@ -224,7 +224,7 @@ This feature is an escape-hatch. If Jest doesn't exit at the end of a test run,

Show the help information, similar to this page.

### `--igoreProjects <project1> ... <projectN>`
### `--ignoreProjects <project1> ... <projectN>`

Ignore the tests of the specified projects. Jest uses the attribute `displayName` in the configuration to identify each project. If you use this option, you should provide a `displayName` to all your projects.

Expand Down

0 comments on commit 29abd26

Please sign in to comment.