chore(karma): exclude e2e examples from unit tests
This commit is contained in:
parent
14f8bcc40a
commit
f59adf3fd7
|
@ -31,7 +31,7 @@ module.exports = function(config) {
|
|||
{pattern: 'modules/**/test/**/static_assets/**', included: false, watched: false}
|
||||
],
|
||||
|
||||
exclude: ['dist/js/dev/es5/**/e2e_test/**', 'dist/angular1_router.js'],
|
||||
exclude: ['dist/js/dev/es5/**/e2e_test/**', 'dist/js/dev/es5/angular2/examples/**', 'dist/angular1_router.js'],
|
||||
|
||||
customLaunchers: sauceConf.customLaunchers,
|
||||
|
||||
|
|
Loading…
Reference in New Issue