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 8c7a0e6 commit 872d2c9Copy full SHA for 872d2c9
test/jasmine/karma.conf.js
@@ -283,13 +283,13 @@ func.defaultConfig = {
283
}
284
},
285
286
- // use 'karma-spec-reporter' to log info about skipped specs
287
specReporter: {
288
- suppressErrorSummary: true,
+ suppressErrorSummary: false,
289
suppressFailed: !hasSpecReporter,
290
suppressPassed: !hasSpecReporter,
+ // use 'karma-spec-reporter' to log info about skipped specs
291
suppressSkipped: !argv.showSkipped,
292
- showSpecTiming: false
+ showSpecTiming: true
293
294
};
295
0 commit comments