fix test and coverage Angular2 Final release documentlist component #749

This commit is contained in:
Eugenio Romano
2016-10-05 14:40:26 +01:00
parent fa456f348c
commit 29d891b475
11 changed files with 34 additions and 74 deletions

View File

@@ -39,12 +39,10 @@ module.exports = function (config) {
'karma-test-shim.js',
// paths loaded via module imports
{pattern: 'dist/**/*.js', included: false, watched: true},
{pattern: 'dist/**/*.html', included: true, served: true, watched: true},
{pattern: 'dist/**/*.css', included: true, served: true, watched: true},
{pattern: 'dist/**/*.*', included: false, watched: true},
// ng2-components
{ pattern: 'node_modules/ng2-alfresco-core/dist/**/*.js', included: false, served: true, watched: false },
{ pattern: 'node_modules/ng2-alfresco-core/dist/**/*.*', included: false, served: true, watched: false },
{ pattern: 'node_modules/ng2-alfresco-datatable/dist/**/*.*', included: false, served: true, watched: false },
// paths to support debugging with source maps in dev tools