From 19c4aee0454ab7c55318bb84dfa00103bfbecc25 Mon Sep 17 00:00:00 2001 From: Morton Fox Date: Fri, 1 Dec 2017 00:21:01 -0500 Subject: [PATCH] Update Mocha link --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 2f5ba32..490dcf1 100644 --- a/README.md +++ b/README.md @@ -191,7 +191,7 @@ POST `/answers` ## Development setup You do not need to install a thing, because all you need is already inside the repository. -We use [Mocha](http://visionmedia.github.com/mocha/) and [Chai](http://chaijs.com/) for tests, but don't worry because it's all set up. You just need to run the static files server (with jBundle) and open the `test/runner.html` and all tests will run on the browser and present to you a report with a clean layout. +We use [Mocha](http://mochajs.org/) and [Chai](http://chaijs.com/) for tests, but don't worry because it's all set up. You just need to run the static files server (with jBundle) and open the `test/runner.html` and all tests will run on the browser and present to you a report with a clean layout. ``` # Start static files server wally.js $ jbundle s