You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Implement API documentation using npm:documantation.
Fixes#3138
Replaces and closes#3239
basically working
Suite and utils work
Runner and Suite datatypes work
Hook extends Runnable - at least link in description
hook is child of mocha and has error
first solid pass
Remove attempted module link from Hook to Runnable because of documentationjs/documentation#820
Switch API documenation to html output, link to them, include in site build
Update TOC
Bring lock file in sync with package.json
Linting
Update package-lock.json
Copy file name to clipboardExpand all lines: docs/index.md
+2-1
Original file line number
Diff line number
Diff line change
@@ -52,6 +52,7 @@ Mocha is a feature-rich JavaScript test framework running on [Node.js](https://n
52
52
53
53
-[Installation](#installation)
54
54
-[Getting Started](#getting-started)
55
+
-[Detects Multiple Calls to `done()`](#detects-multiple-calls-to-done)
55
56
-[Assertions](#assertions)
56
57
-[Asynchronous Code](#asynchronous-code)
57
58
-[Synchronous Code](#synchronous-code)
@@ -1343,4 +1344,4 @@ $ REPORTER=nyan npm test
1343
1344
1344
1345
## More Information
1345
1346
1346
-
In addition to chatting with us on [Gitter](https://gitter.im/mochajs/mocha), for additional information such as using spies, mocking, and shared behaviours be sure to check out the [Mocha Wiki](https://github.com/mochajs/mocha/wiki) on GitHub. For discussions join the [Google Group](https://groups.google.com/group/mochajs). For a running example of Mocha, view [example/tests.html](example/tests.html). For the JavaScript API, view the [source](https://github.com/mochajs/mocha/blob/master/lib/mocha.js#L51).
1347
+
In addition to chatting with us on [Gitter](https://gitter.im/mochajs/mocha), for additional information such as using spies, mocking, and shared behaviours be sure to check out the [Mocha Wiki](https://github.com/mochajs/mocha/wiki) on GitHub. For discussions join the [Google Group](https://groups.google.com/group/mochajs). For a running example of Mocha, view [example/tests.html](example/tests.html). For the JavaScript API, view the [API documentation](api/) or the [source](https://github.com/mochajs/mocha/blob/master/lib/mocha.js#L51).
0 commit comments