dgarlitt / karma-nyan-reporter

Nyan Cat style reporter based on the Mocha version
MIT License
169 stars 19 forks source link

Error log numbers don't reset when tests are re-run #31

Open whyboris opened 7 years ago

whyboris commented 7 years ago

Unsure if this is intended behavior or not:

For example:

The only way to reset the counter is to exit the testing Ctrl + C and restart npm test

Expected behavior:

I can happily submit a PR for this; it takes only a few lines of code to fix