We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 28b9921 commit 3f7877aCopy full SHA for 3f7877a
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