Skip to content

Commit

Permalink
documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
juergba committed Sep 21, 2019
1 parent e0b2973 commit 32d0106
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/index.md
Expand Up @@ -1569,7 +1569,7 @@ mocha.setup({
// Use "tdd" interface, ignore leaks, and force all tests to be asynchronous
mocha.setup({
ui: 'tdd',
ignoreLeaks: true,
checkLeaks: false, // default
asyncOnly: true
});
```
Expand Down

0 comments on commit 32d0106

Please sign in to comment.