improve test coverage document-list.service

This commit is contained in:
Eugenio Romano
2016-09-05 11:29:42 +02:00
parent 70447dcd52
commit 67e47fa8fe
6 changed files with 81 additions and 45 deletions

View File

@@ -4,7 +4,7 @@ module.exports = function (config) {
var configuration = {
basePath: '.',
frameworks: [/*'jasmine-ajax',*/ 'jasmine'],
frameworks: ['jasmine-ajax', 'jasmine'],
files: [
// paths loaded by Karma
@@ -65,7 +65,7 @@ module.exports = function (config) {
plugins: [
'karma-jasmine',
'karma-coverage',
//'karma-jasmine-ajax',
'karma-jasmine-ajax',
'karma-chrome-launcher',
'karma-mocha-reporter',
'karma-jasmine-html-reporter'