fixing dead mocha link

This commit is contained in:
Joseph Finlayson
2014-11-08 15:47:51 +02:00
parent 67d7372093
commit 3c8a7c14fe

View File

@@ -410,7 +410,7 @@ Inspired by the [awesome](https://github.com/sindresorhus/awesome) list thing.
### Testing ### Testing
- [tape](https://github.com/substack/tape) - [TAP](http://testanything.org)-producing test harness. - [tape](https://github.com/substack/tape) - [TAP](http://testanything.org)-producing test harness.
- [Mocha](http://visionmedia.github.io/mocha/) - A feature-rich test framework making asynchronous testing simple and fun. - [Mocha](http://mochajs.org/) - A feature-rich test framework making asynchronous testing simple and fun.
- [Mochify](https://github.com/mantoni/mochify.js) - TDD with Browserify, Mocha, PhantomJS and WebDriver. - [Mochify](https://github.com/mantoni/mochify.js) - TDD with Browserify, Mocha, PhantomJS and WebDriver.
- [loadtest](https://github.com/alexfernandez/loadtest) - Run load tests for your web application, with an API for automation. - [loadtest](https://github.com/alexfernandez/loadtest) - Run load tests for your web application, with an API for automation.
- [istanbul](https://github.com/gotwarlost/istanbul) - A code coverage tool that computes statement, line, function and branch coverage with module loader hooks to transparently add coverage when running tests. - [istanbul](https://github.com/gotwarlost/istanbul) - A code coverage tool that computes statement, line, function and branch coverage with module loader hooks to transparently add coverage when running tests.