0.2.0 • Published 6 years ago

karma-iko v0.2.0

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

karma-iko

This package is a part of iko library.

It is a modified Karma adapter for Mocha testing framework and a Karma reporter that supports iko rich text messages.

Karma Configuration

Just replace mocha framework and reporter with iko:

// karma.conf.js
module.exports = function (config) {
  config.set({
    frameworks: ["iko"],
    reporters: ["iko"],
  });
};