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