chore(karma): exclude e2e examples from unit tests

This commit is contained in:
Brian Ford 2015-10-27 13:42:50 +00:00
parent 14f8bcc40a
commit f59adf3fd7
1 changed files with 1 additions and 1 deletions

View File

@ -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,