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 4fdcbb2 commit cd663feCopy full SHA for cd663fe
packages/cli/template/karma.conf.js
@@ -20,7 +20,7 @@ module.exports = function(config) {
20
suppressFailed: false, // do not print information about failed tests
21
suppressPassed: false, // do not print information about passed tests
22
suppressSkipped: true, // do not print information about skipped tests
23
- showSpecTiming: false // print the time elapsed for each spec
+ showSpecTiming: true // print the time elapsed for each spec
24
},
25
coverageIstanbulReporter: {
26
reports: ['html', 'lcov', 'text-summary'],
0 commit comments