Important: This documentation covers Yarn 1 (Classic).
For Yarn 2+ docs and migration guide, see yarnpkg.com.

Package detail

mocha-node-html-reporter

dalia2ISC1.0.3

mocha html reprter can be used in node environment

mocha, html, node, reporter

readme

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.