Skip to content

Trying to reproduce a bug in karma on multiple environments

Notifications You must be signed in to change notification settings

nicojs/karma-bug-in-memory-reporter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Karma bug: calling events OnBrowserComplete after onRunComplete (wrong order).

Introduced in Karma 1.1.0, see issue 2210

Consequences

The text, text-summary and in-memory code coverage reports of karma coverage won't work.

Reproduce the bug

npm install
karma start
# in a seperate command prompt
karma run

If you set singleRun to true in the karma.conf.js and the bug will not appear.

About

Trying to reproduce a bug in karma on multiple environments

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published