mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-07-24 17:32:15 +00:00
#60 include html and css in tests
This commit is contained in:
@@ -23,6 +23,8 @@ module.exports = function (config) {
|
||||
|
||||
// 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},
|
||||
|
||||
// paths to support debugging with source maps in dev tools
|
||||
{pattern: 'src/**/*.ts', included: false, watched: false},
|
||||
@@ -71,8 +73,6 @@ module.exports = function (config) {
|
||||
{type: 'json', subdir: '.', file: 'coverage-final.json'},
|
||||
{type: 'html'}
|
||||
]
|
||||
},
|
||||
|
||||
singleRun: true
|
||||
}
|
||||
})
|
||||
};
|
||||
|
Reference in New Issue
Block a user