You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Work around a bug in Karma 1.10 [1] which caused console messages from
tests not to be propagated to the terminal.
A fix has been accepted upstream and this workaround can be removed
when the next release of Karma is made.
[1] See litixsoft/karma-mocha-reporter#67
I'm using Karma v1.1.0, and now I have a trouble.
on v0.13.22 ... console.log to show log in terminal works.
on v1.1.0 ... doesn't work.
I think a config below is causing this trouble.
https://github.com/karma-runner/karma/blob/master/lib/config.js#L242-L246
The code below is handling "browserConsoleLogOptions".
https://github.com/karma-runner/karma/blob/master/lib/reporters/base.js#L5
sorry I don't know how to make a reporter plugin. but if this help you, I'm glad.
The text was updated successfully, but these errors were encountered: