mirror of
https://github.com/angular/angular
synced 2026-05-24 09:28:37 +00:00
chore(karma): exclude e2e examples from unit tests
This commit is contained in:
parent
14f8bcc40a
commit
f59adf3fd7
1 changed files with 1 additions and 1 deletions
|
|
@ -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 a new issue