test(common): remove redundant line from karma config (#31609)
The files in the pattern do not exist. PR Close #31609
This commit is contained in:
parent
260217a800
commit
b34bdf5c42
|
@ -64,7 +64,6 @@ module.exports = function(config) {
|
|||
included: false,
|
||||
watched: false,
|
||||
},
|
||||
{pattern: 'packages/common/i18n/**', included: false, watched: false, served: true},
|
||||
],
|
||||
|
||||
exclude: [
|
||||
|
|
Loading…
Reference in New Issue