Skip to content

Commit f59adf3

Browse files
committed
chore(karma): exclude e2e examples from unit tests
1 parent 14f8bcc commit f59adf3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

karma-js.conf.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ module.exports = function(config) {
3131
{pattern: 'modules/**/test/**/static_assets/**', included: false, watched: false}
3232
],
3333

34-
exclude: ['dist/js/dev/es5/**/e2e_test/**', 'dist/angular1_router.js'],
34+
exclude: ['dist/js/dev/es5/**/e2e_test/**', 'dist/js/dev/es5/angular2/examples/**', 'dist/angular1_router.js'],
3535

3636
customLaunchers: sauceConf.customLaunchers,
3737

0 commit comments

Comments
 (0)