"karma-jasmine": "^0.1.5",
"karma-phantomjs-launcher": "^0.1.4",
"karma-script-launcher": "~0.1.0",
+ "karma-spec-reporter": "0.0.12",
"karma-story-reporter": "^0.2.2"
},
"scripts": {
var service = {};
service.parseIDL = function() {
- console.debug('egIDL.parseIDL()');
+ //console.debug('egIDL.parseIDL()');
// retain a copy of the full IDL within the service
service.classes = $window._preload_fieldmapper_IDL;
// test results reporter to use
// possible values: 'dots', 'progress', 'junit', 'growl', 'coverage'
- reporters: ['progress'],
+ reporters: ['spec'], // detailed report
+ //reporters: ['progress'], // summary report
// enable / disable colors in the output (reporters and logs)
colors: true,