JSPM

karma-mocha-own-reporter

1.1.2
  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 55
  • Score
    100M100P100Q75448F
  • License MIT

Karma plugin to make possible to use Mocha own reporters.

Package Exports

  • karma-mocha-own-reporter

This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (karma-mocha-own-reporter) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

Readme

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.