Skip to content
This repository has been archived by the owner on Mar 24, 2020. It is now read-only.

Latest commit

 

History

History
39 lines (24 loc) · 944 Bytes

README.md

File metadata and controls

39 lines (24 loc) · 944 Bytes

Karma Mocha Own Reporter

Build Status

Karma plugin to make possibble to use Mocha own reporters (including diff output).

You should use karma-mocha plugin and any decent assertion library (expect.js, chai, etc).

Installation

npm install karma-mocha-own-reporter --save-dev

Configuration

karma.conf.js

{
    reporters: ["mocha-own"],

    mochaOwnReporter: {
        reporter: 'nyan'
    }
}

output output

Diff Output

Coming very soon.

Issues

Please file issues on the issue tracker on GitHub.