marcpre / learning_npm_istanbul

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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


Languages

Language:JavaScript 100.0%