Skip to content

Commit

Permalink
docs: use mocha.js instead of mocha in the example run (#4927)
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 Dec 2, 2023
1 parent 4b60c1a commit 060f77d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/index.md
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 060f77d

Please sign in to comment.