From c7b5aaac313a6dba03e95c4de8fc1d6f75f91cac Mon Sep 17 00:00:00 2001 From: Morton Fox Date: Wed, 1 Nov 2017 00:16:39 -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 ff10a80..af9708c 100644 --- a/README.md +++ b/README.md @@ -58,7 +58,7 @@ var totalRequests = stats.store.markTotal('request') ## Tests -Tests are written in the BDD styles for the [Mocha](http://visionmedia.github.com/mocha) test runner using the +Tests are written in the BDD styles for the [Mocha](http://mochajs.org/) test runner using the `should` assertion interface from [Chai](http://chaijs.com). Running tests is simple: $ make test