From 16b4281b6e86d93e959a37f830a349c0542d968a Mon Sep 17 00:00:00 2001 From: "P. Roebuck" Date: Sat, 16 Feb 2019 11:16:30 -0600 Subject: [PATCH] Documentation updates (#3728) * Replaced inline URLs with cross-references. * Updated HTML examples * Replaced '--' with em-dashes * Removed incorrect error code * Added additional text concerning globbing * Removed part of testing section concerning using different reporter (which didn't work) --- docs/index.md | 217 +++++++++++++++++++++++++++++++++----------------- 1 file changed, 143 insertions(+), 74 deletions(-) diff --git a/docs/index.md b/docs/index.md index f3d775f698..d746a1bdb2 100644 --- a/docs/index.md +++ b/docs/index.md @@ -4,7 +4,7 @@ title: 'Mocha - the fun, simple, flexible JavaScript test framework' description: 'Mocha is a feature-rich JavaScript test framework running on Node.js and in the browser, making asynchronous testing simple and fun.' --- -Mocha is a feature-rich JavaScript test framework running on [Node.js](https://nodejs.org) and in the browser, making asynchronous testing _simple_ and _fun_. Mocha tests run serially, allowing for flexible and accurate reporting, while mapping uncaught exceptions to the correct test cases. Hosted on [GitHub](https://github.com/mochajs/mocha). +Mocha is a feature-rich JavaScript test framework running on [Node.js][] and in the browser, making asynchronous testing _simple_ and _fun_. Mocha tests run serially, allowing for flexible and accurate reporting, while mapping uncaught exceptions to the correct test cases. Hosted on [GitHub][github-mocha].