change tsconfig,module name ,karma.conf,karma-tst-shim and #749

This commit is contained in:
Eugenio Romano
2016-10-06 11:56:07 +01:00
parent 0bf41768a7
commit 12914e0680
74 changed files with 412 additions and 528 deletions

View File

@@ -93,10 +93,11 @@ module.exports = function (config) {
// Source files that you wanna generate coverage for.
// Do not include tests or libraries (these files will be instrumented by Istanbul)
preprocessors: {
'dist/**/!(*spec).js': ['coverage']
'dist/**/!(*spec|index|*mock|*model).js': 'coverage'
},
coverageReporter: {
includeAllSources: true,
dir: 'coverage/',
subdir: 'report',
reporters: [