chore(karma): remove a link to an unexisting file
This commit is contained in:
parent
1afdb3cbb1
commit
4d0973d7ba
|
@ -24,8 +24,7 @@ module.exports = function(config) {
|
|||
'node_modules/reflect-metadata/Reflect.js',
|
||||
'tools/build/file2modulename.js',
|
||||
'test-main.js',
|
||||
{pattern: 'modules/**/test/**/static_assets/**', included: false, watched: false},
|
||||
'modules/angular2/src/test_lib/shims_for_IE.es6'
|
||||
{pattern: 'modules/**/test/**/static_assets/**', included: false, watched: false}
|
||||
],
|
||||
|
||||
exclude: [
|
||||
|
|
Loading…
Reference in New Issue