dgarlitt/karma-nyan-reporter

Can not load reporter "nyan", it is not registered!

Opened this issue · 2 comments

Is this repository/reporter still maintained? It appears to be completely broken:

As per the instructions:
npm install --save-dev karma-nyan-ext-reporter
then in karma.conf.js
reporters: ['nyan'],

Resulting error:
Can not load reporter "nyan", it is not registered!

Adding require('karma-nyan-ext-reporter'), to plugins in karma.conf.js doesn't help.

I think the instructions state:
npm install --save-dev karma-nyan-reporter
Please try that out with
require('karma-nyan-reporter'),

@rocketkittens -- in case you're interested:
I forked karma-nyan-reporter to create karma-helpful-reporter

which has what I think are some improvements, including many configuration options 😊