hydro-html
A hydro formatter which renders to the DOM
Installation
With your favourite package manager:
- packin:
packin add hydro-html - component:
component install hydrojs/hydro-html - npm:
npm install hydro-html
Then set it as your formatter:
hydro.set('formatter', require('hydro-html'))Thanks
Based on the mocha html reporter