Upgrade ng2-alfresco-core (karma)

This commit is contained in:
Denys Vuika 2016-09-23 11:57:57 +01:00
parent 7c56935e48
commit ab6f69489d
2 changed files with 2 additions and 2 deletions

View File

@ -107,7 +107,7 @@ module.exports = function (config) {
// Source files that you wanna generate coverage for. // Source files that you wanna generate coverage for.
// Do not include tests or libraries (these files will be instrumented by Istanbul) // Do not include tests or libraries (these files will be instrumented by Istanbul)
preprocessors: { preprocessors: {
'dist/**/!(*spec).js': ['coverage'] //'dist/**/!(*spec).js': ['coverage']
}, },
coverageReporter: { coverageReporter: {

View File

@ -1,7 +1,7 @@
{ {
"compilerOptions": { "compilerOptions": {
"target": "es5", "target": "es5",
"module": "commonjs", "module": "system",
"moduleResolution": "node", "moduleResolution": "node",
"emitDecoratorMetadata": true, "emitDecoratorMetadata": true,
"experimentalDecorators": true, "experimentalDecorators": true,