A hydro formatter which renders to the DOM
Work in progress. Please do not use yet.
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'))
Based on the mocha html reporter