Skip to content

marcpre/learning_npm_istanbul

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

learning_npm_istanbul

Advanced Reports

    "cover": "nyc mocha src --recursive",

Runs all test with simple reporting

"cover:reports": "nyc --reporter=html --reporter=text mocha src --recursive"

Runs all test with both text and html reporting

Sources

Istanbul with Mocha

About

No description or website provided.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published