Skip to content

Commit 060f77d

Browse files
authored
docs: use mocha.js instead of mocha in the example run (#4927)
It looks like `mocha/bin/mocha` isn't there anymore.
1 parent 4b60c1a commit 060f77d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ describe('Array', function () {
8989
Back in the terminal:
9090

9191
```bash
92-
$ ./node_modules/mocha/bin/mocha
92+
$ ./node_modules/mocha/bin/mocha.js
9393

9494
Array
9595
#indexOf()

0 commit comments

Comments
 (0)