From 10826d0aed48d31b42168119bce5db8946c5a540 Mon Sep 17 00:00:00 2001 From: chencheng Date: Sun, 13 Jul 2014 17:34:11 +0800 Subject: [PATCH] add blanket --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 196cdaa..44c272e 100644 --- a/README.md +++ b/README.md @@ -65,6 +65,7 @@ A curated list of amazingly awesome browser-side JavaScript libraries, resources * [Sinon.JS](https://github.com/cjohansen/Sinon.JS) - Test spies, stubs and mocks for JavaScript. * [expect.js](https://github.com/LearnBoost/expect.js) - Minimalistic BDD-style assertions for Node.JS and the browser. * [istanbul](https://github.com/gotwarlost/istanbul) - Yet another JS code coverage tool. +* [blanket](https://github.com/alex-seville/blanket) - A simple code coverage library for javascript. Designed to be easy to install and use, for both browser and nodejs. * [JSCover](https://github.com/tntim96/JSCover) - JSCover is a tool that measures code coverage for JavaScript programs. * [phantomjs](https://github.com/ariya/phantomjs) - Scriptable Headless WebKit. * [slimerjs](https://github.com/laurentj/slimerjs) - A PhantomJS-like tool running Gecko.