0.2.1 • Published 6 years ago

karma-checkmark-reporter v0.2.1

Weekly downloads
2
License
MIT
Repository
github
Last release
6 years ago

:boom: Careful: This package is no longer maintained and is only here for historic reasons. This means you should very likely not use it. You have been warned. :boom:


karma-checkmark-reporter

Test reporter that prints small but useful results to console (for Karma). Supports diffing and smart error messages.

Using mocha? Check out mocha-checkmark-reporter. Want to make one for your own testing framework? Check out generic-checkmark-reporter.

npm.io

Usage

npm install karma-checkmark-reporter --save-dev

Add the following to your karma.conf.js:

plugins: ['karma-checkmark-reporter'],
reporters: ['checkmark']

Also, consider using this fork of karma-mocha which allows propper diffing.