From 9d5a6b7403c5618cee209bd5eb6a9831737893c1 Mon Sep 17 00:00:00 2001 From: Morton Fox Date: Wed, 28 Feb 2018 00:38:30 -0500 Subject: [PATCH] Update Mocha link --- README.retina | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.retina b/README.retina index a05f20b..c393eb6 100644 --- a/README.retina +++ b/README.retina @@ -107,7 +107,7 @@ It would generate something like: ## How to test -We use [mocha](http://visionmedia.github.com/mocha/) for unit testing with [should](https://github.com/visionmedia/should.js) assertions. Install mocha and should by running `npm install`. +We use [mocha](http://mochajs.org/) for unit testing with [should](https://github.com/visionmedia/should.js) assertions. Install mocha and should by running `npm install`. To run the test suite: