1
0
Fork 0
mirror of https://github.com/sindresorhus/awesome-nodejs.git synced 2025-07-31 22:01:03 -04:00

Add istanbul to Testing

This commit is contained in:
Luigi Pinca 2014-08-03 11:31:26 +02:00
parent f7428e7f87
commit d1808ccb29

View file

@ -309,6 +309,7 @@ Inspired by the [awesome](https://github.com/sindresorhus/awesome) list thing.
- [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.
- [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.
### Minifiers