Skip to content

Latest commit

 

History

History
16 lines (12 loc) · 394 Bytes

README.md

File metadata and controls

16 lines (12 loc) · 394 Bytes

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.