1.0.3 • Published 8 years ago

mocha-node-html-reporter v1.0.3

Weekly downloads
-
License
ISC
Repository
-
Last release
8 years ago

mocha-node-html-reporter

HTML reporter for Mocha in node environment.

Use

npm install mocha-node-html-reporter
mocha -R mocha-node-html-reporter

warning

For some reason I remove core.__prototype__._elementBuilders['canvas'] when using jsdom module to simulate browser environment.

Care if you are using jsdom to do other task with this module.