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