Skip to content
/ covy Public

Covy configures a test environment using Mocha, Chai, Sinon & Blanket

Notifications You must be signed in to change notification settings

samjoch/covy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Covy

Covy configures a test environment using Mocha, Chai, Sinon & Istanbul

Installation

npm install covy

Getting 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"
}

About

Covy configures a test environment using Mocha, Chai, Sinon & Blanket

Resources

Stars

Watchers

Forks

Packages

No packages published