0.0.11 • Published 7 years ago

karma-simpler-reporter v0.0.11

Weekly downloads
76
License
MIT
Repository
github
Last release
7 years ago

karma-simpler-reporter

Yet another Karma reporter created with the purpose to keep the testlog smaller.

Installation

The easiest way is to keep karma-simpler-reporter as a devDependency in your package.json. Just run

npm install karma-simpler-reporter --save-dev

to let npm automatically add it there.

Configuration

// karma.conf.js
module.exports = function(config) {
  config.set({
    reporters: ['progress', 'simple'],
  });
};
0.0.11

7 years ago

0.0.10

7 years ago

0.0.9

8 years ago

0.0.8

8 years ago

0.0.7

8 years ago

0.0.6

8 years ago

0.0.4

8 years ago