Skip to content

Commit

Permalink
Format describe and use test instead of it alias (jestjs#3792)
Browse files Browse the repository at this point in the history
* Format `describe` and use `test` instead of `it` alias

* describe OR it
  • Loading branch information
dandv authored and cpojer committed Jun 12, 2017
1 parent be82560 commit 8a4cf01
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/en/CLI.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ Run tests related to `path/to/fileA.js` and `path/to/fileB.js`:
jest --findRelatedTests path/to/fileA.js path/to/fileB.js
```

Run tests that match this spec name (match against the name in describe and it, basically).
Run tests that match this spec name (match against the name in `describe` or `test`, basically).
```bash
jest -t name-of-spec
```
Expand Down

0 comments on commit 8a4cf01

Please sign in to comment.