Commit afabc44e by Usman Khalid

Added karma-spec-reporter.

parent db672f46
......@@ -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
],
......
......@@ -26,6 +26,7 @@
"karma-jasmine": "^0.3.8",
"karma-jasmine-html-reporter": "^0.2.0",
"karma-junit-reporter": "^0.4.1",
"karma-spec-reporter": "^0.0.20",
"karma-requirejs": "^0.2.6",
"plato": "1.2.2"
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment