@chialab/wtr-mocha-reporter
v0.18.0
Published
A mocha reporter interface for the Web Test Runner.
Downloads
226
Readme
Install
npm i @chialab/wtr-mocha-reporter -Dyarn add @chialab/wtr-mocha-reporter -DUsage
import { mochaReporter } from '@chialab/wtr-mocha-reporter';
export default {
reporters: [
mochaReporter(),
],
};License
WTR Mocha Reporter is released under the MIT license.
