2.0.1 • Published 9 years ago
covy v2.0.1
Covy
Covy configures a test environment using Mocha, Chai, Sinon & Istanbul
Installation
npm install covyGetting started
covy use the ./test directory and search for all .test.js files.
Add those scripts in your package.json:
"scripts:" {
  "test": "covy",
  "cov": "istanbul cov ./node_modules/.bin/covy"
}