From 78074664e7cbb7584d68d0a08d7b0f966dea9b3c Mon Sep 17 00:00:00 2001 From: Morton Fox Date: Tue, 13 Feb 2018 00:09:36 -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 04c967d..8c091bc 100644 --- a/README.md +++ b/README.md @@ -98,7 +98,7 @@ for development ### Coding Guidlines * Style Guide - http://nodeguide.com/style.html -* Avoid frameworks/abstractions ([web](http://expressjs.com/), [test](http://visionmedia.github.com/mocha/), [control flow](https://github.com/caolan/async)) untill you feel a pain +* Avoid frameworks/abstractions ([web](http://expressjs.com/), [test](http://mochajs.org/), [control flow](https://github.com/caolan/async)) untill you feel a pain * "use strict" at the top of every js file * Process monitoring - I like forever * GET /health end-point