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
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'
}
}
Diff Output
Coming very soon.
Issues
Please file issues on the issue tracker on GitHub.