From 29b8d842a9e0ac234c3a89c69408d88767722172 Mon Sep 17 00:00:00 2001 From: Morton Fox Date: Sat, 23 Sep 2017 00:04:31 -0400 Subject: [PATCH] Update Mocha link --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b59bdaa7..0ce7d41a 100644 --- a/README.md +++ b/README.md @@ -15,7 +15,7 @@ and on the [concepts](https://github.com/developmentseed/bones/wiki/Plugin-Archi ## Testing -To run the test suite, install [mocha](http://visionmedia.github.com/mocha/) and type `npm test`. +To run the test suite, install [mocha](https://mochajs.org/) and type `npm test`. Code coverages tests require [jscoverage](https://github.com/visionmedia/node-jscoverage). To generate a report run `npm run-script coverage`.