From 8bc5cced41f9b9c115c034af4215b0f68153fbaf Mon Sep 17 00:00:00 2001 From: Morton Fox Date: Wed, 27 Sep 2017 00:56:41 -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 e4d6624..6556d82 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ ## Example app showing how to setup a test environment for an express.js application -It uses [cucumber.js](https://github.com/cucumber/cucumber-js) with [zombie.js](http://zombie.labnotes.org/) for integration testing, [mocha](http://visionmedia.github.com/mocha/) with [should.js](https://github.com/visionmedia/should.js) for unit testing on the server side, and [jasmine](http://pivotal.github.com/jasmine/) with [sinon](http://sinonjs.org/) for unit testing on the client side. +It uses [cucumber.js](https://github.com/cucumber/cucumber-js) with [zombie.js](http://zombie.labnotes.org/) for integration testing, [mocha](https://mochajs.org/) with [should.js](https://github.com/visionmedia/should.js) for unit testing on the server side, and [jasmine](http://pivotal.github.com/jasmine/) with [sinon](http://sinonjs.org/) for unit testing on the client side. ### Install