@chialab/wtr-mocha-reporter

A mocha reporter interface for the Web Test Runner.

Usage no npm install needed!

<script type="module">
  import chialabWtrMochaReporter from 'https://cdn.skypack.dev/@chialab/wtr-mocha-reporter';
</script>

README

WTR Mocha Reporter • A Mocha reporter interface for the Web Test Runner.

NPM


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.