From 7972e93ff322c471cbd4b43e3bd8aa41d7c79f43 Mon Sep 17 00:00:00 2001 From: Morton Fox Date: Tue, 26 Dec 2017 00:14:35 -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 4b57596..1e4f951 100644 --- a/README.md +++ b/README.md @@ -174,7 +174,7 @@ To run headless tests, install and use [karma](http://karma-runner.github.io). ## Resources -* [Mocha](http://visionmedia.github.com/mocha/) is a JavaScript test framework with excellent asynchronous testing support and versatile reporting. +* [Mocha](http://mochajs.org/) is a JavaScript test framework with excellent asynchronous testing support and versatile reporting. * [Chai](http://chaijs.com) is a BDD / TDD assertion library support assert, expect, and should matchers. * [Sinon](http://sinonjs.org) is test spy, stub, and mock library for JavaScript. * [Sinon-Chai](https://github.com/domenic/sinon-chai) extends Chai with assertions for the Sinon.JS mocking library.