This repository was archived by the owner on May 5, 2021. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -85,7 +85,7 @@ module.exports = function(config) {
8585 files : [ 'test_index.ts' ] ,
8686
8787 // list of files / patterns to exclude
88- exclude : [ ] ,
88+ exclude : config . excludeFiles ? config . excludeFiles . split ( ',' ) : [ ] ,
8989
9090 // preprocess matching files before serving them to the browser
9191 // available preprocessors: https://npmjs.org/browse/keyword/karma-preprocessor
Original file line number Diff line number Diff line change 88 "build" : " rm -rf build/examples; mkdir -p build/examples/; cp -r ./examples ./build; webpack --config webpack-examples.config.js" ,
99 "build-odoo" : " rm -rf build/examples; mkdir -p build/examples/; cp -r ./examples ./build; webpack --config webpack-odoo.config.js" ,
1010 "perf" : " karma start --include-files test/**/*.perf.ts" ,
11- "coverage" : " karma start --coverage" ,
11+ "coverage" : " karma start --coverage --include-files **/*.test.ts --exclude-files **/*.perf.ts " ,
1212 "debug" : " karma start --no-browsers --debug" ,
13- "test" : " karma start"
13+ "test" : " karma start --exclude-files **/*.perf.ts "
1414 },
1515 "repository" : {
1616 "type" : " git" ,
You can’t perform that action at this time.
0 commit comments