Skip to content

Commit

Permalink
test(common): remove redundant line from karma config (angular#31609)
Browse files Browse the repository at this point in the history
The files in the pattern do not exist.

PR Close angular#31609
  • Loading branch information
petebacondarwin authored and mhevery committed Aug 30, 2019
1 parent 260217a commit b34bdf5
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion karma-js.conf.js
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,6 @@ module.exports = function(config) {
included: false,
watched: false,
},
{pattern: 'packages/common/i18n/**', included: false, watched: false, served: true},
],

exclude: [
Expand Down

0 comments on commit b34bdf5

Please sign in to comment.