We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a9e1dd6 commit 1700908Copy full SHA for 1700908
test/jasmine/karma.conf.js
@@ -35,6 +35,14 @@ function func(config) {
35
// See CONTRIBUTING.md for additional notes on reporting.
36
func.defaultConfig.logLevel = config.LOG_INFO;
37
38
+ // without this, console logs in the plotly.js code don't print to
39
+ // the terminal since karma v1.5.0
40
+ //
41
+ // See https://github.com/karma-runner/karma/commit/89a7a1c#commitcomment-21009216
42
+ func.defaultConfig.browserConsoleLogOptions = {
43
+ level: 'log'
44
+ };
45
+
46
config.set(func.defaultConfig);
47
}
48
0 commit comments