From e8dab721f028d378d4b823db70ffd17f14f027d3 Mon Sep 17 00:00:00 2001 From: Morton Fox Date: Tue, 13 Dec 2016 00:39:59 -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 aa4003b..3ed6134 100644 --- a/README.md +++ b/README.md @@ -769,7 +769,7 @@ Often, you want to provide a user interface to browse data, combined with easy f ## Tests ### About -Geppetto test specs are written using [Mocha](http://visionmedia.github.io/mocha/) with [BDD](http://en.wikipedia.org/wiki/Behavior_Driven_Development) +Geppetto test specs are written using [Mocha](http://mochajs.org/) with [BDD](http://en.wikipedia.org/wiki/Behavior_Driven_Development) syntax provided by the [Chai](http://chaijs.com/) plugin. Mocks, Spies, and Stubs are provided by the fantastic [SinonJS](http://sinonjs.org/) library.