Skip to content

Commit

Permalink
doc precision for exclusive tests
Browse files Browse the repository at this point in the history
  • Loading branch information
nicgirault authored and boneskull committed Apr 7, 2018
1 parent 8b6c957 commit 94e7289
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/index.md
Expand Up @@ -518,7 +518,7 @@ describe('Array', function() {

*Note*: Hooks, if present, will still be executed.

> Be mindful not to commit usages of `.only()` to version control, unless you really mean it!
> Be mindful not to commit usages of `.only()` to version control, unless you really mean it! To do so one can run mocha with the option `--forbid-only` in the continuous integration test command (or in a git precommit hook).
## Inclusive Tests

Expand Down

0 comments on commit 94e7289

Please sign in to comment.