Skip to content

Commit

Permalink
Use mocha.js instead of mocha in the example run
Browse files Browse the repository at this point in the history
It looks like `mocha/bin/mocha` isn't there anymore.
  • Loading branch information
nikolas committed Sep 27, 2022
1 parent 4e06a6f commit 206ee46
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ describe('Array', function () {
Back in the terminal:

```bash
$ ./node_modules/mocha/bin/mocha
$ ./node_modules/mocha/bin/mocha.js

Array
#indexOf()
Expand Down

0 comments on commit 206ee46

Please sign in to comment.