diff --git a/docs/_includes/head.html b/docs/_includes/head.html index a3ef57cd85..e362b8ca95 100644 --- a/docs/_includes/head.html +++ b/docs/_includes/head.html @@ -2,6 +2,7 @@ {{ page.title }} + diff --git a/docs/index.md b/docs/index.md index 6a18e0bc25..e2c9b52515 100644 --- a/docs/index.md +++ b/docs/index.md @@ -1,6 +1,7 @@ --- layout: default 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).