Skip to content

Commit cd663fe

Browse files
committed
feat(Test): Show Unit Tests timing
1 parent 4fdcbb2 commit cd663fe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/cli/template/karma.conf.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ module.exports = function(config) {
2020
suppressFailed: false, // do not print information about failed tests
2121
suppressPassed: false, // do not print information about passed tests
2222
suppressSkipped: true, // do not print information about skipped tests
23-
showSpecTiming: false // print the time elapsed for each spec
23+
showSpecTiming: true // print the time elapsed for each spec
2424
},
2525
coverageIstanbulReporter: {
2626
reports: ['html', 'lcov', 'text-summary'],

0 commit comments

Comments
 (0)