Introduced in Karma 1.1.0, see issue 2210
The text
, text-summary
and in-memory
code coverage reports of karma coverage won't work.
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.