Added karma-spec-reporter.

This commit is contained in:
Usman Khalid
2016-04-20 14:39:19 +05:00
parent db672f4631
commit afabc44e9e
2 changed files with 3 additions and 1 deletions

View File

@@ -32,7 +32,7 @@ function junitClassNameFormatter(browser) {
* @return {Array}
*/
function reporters(config) {
var defaultReporters = ['dots', 'junit', 'kjhtml'];
var defaultReporters = ['spec', 'junit', 'kjhtml'];
if (config.coverage) {
defaultReporters.push('coverage');
}
@@ -160,6 +160,7 @@ var getConfig = function (config, useRequireJs) {
'karma-coverage',
'karma-chrome-launcher',
'karma-firefox-launcher',
'karma-spec-reporter',
customPlugin
],