Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/twbs/rewire.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohannes Ewald <johannes.ewald@peerigon.com>2014-05-20 14:09:13 +0400
committerJohannes Ewald <johannes.ewald@peerigon.com>2014-05-20 14:09:13 +0400
commit816cdbe0590797feec49ef4e1f696ed935b33947 (patch)
treed76fa3f632fd0be3cc1b14951c2629bd1373dfd9 /README.md
parent125d7e2f4ec12eeb66c2ebc7e4e27d56cb7f1505 (diff)
Added istanbul for test coverage
Diffstat (limited to 'README.md')
-rw-r--r--README.md7
1 files changed, 4 insertions, 3 deletions
diff --git a/README.md b/README.md
index 963a08b..2ab584c 100644
--- a/README.md
+++ b/README.md
@@ -1,6 +1,6 @@
rewire
=====
-**Dependency injection for node.js applications**.
+**Easy dependency injection for node.js unit testing**.
rewire adds a special setter and getter to modules so you can modify their behaviour for better unit testing. You may
@@ -17,8 +17,9 @@ case CoffeeScript needs to be listed in your devDependencies.
If you want to use rewire also on the client-side take a look at [client-side bundlers](https://github.com/jhnns/rewire#client-side-bundlers)
-[![Build Status](https://secure.travis-ci.org/jhnns/rewire.png?branch=master)](http://travis-ci.org/jhnns/rewire)
-[![Dependency Status](https://david-dm.org/jhnns/rewire/status.png)](http://david-dm.org/jhnns/rewire)
+[![Build Status](https://travis-ci.org/jhnns/rewire.svg?branch=master)](http://travis-ci.org/jhnns/rewire)
+[![Dependency Status](https://david-dm.org/jhnns/rewire.svg)](https://david-dm.org/jhnns/rewire)
+[![Coverage Status](https://coveralls.io/repos/jhnns/rewire/badge.png)](https://coveralls.io/r/jhnns/rewire)
<br />