Skip to content

Commit 4d0973d

Browse files
committed
chore(karma): remove a link to an unexisting file
1 parent 1afdb3c commit 4d0973d

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

karma-js.conf.js

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,7 @@ module.exports = function(config) {
2424
'node_modules/reflect-metadata/Reflect.js',
2525
'tools/build/file2modulename.js',
2626
'test-main.js',
27-
{pattern: 'modules/**/test/**/static_assets/**', included: false, watched: false},
28-
'modules/angular2/src/test_lib/shims_for_IE.es6'
27+
{pattern: 'modules/**/test/**/static_assets/**', included: false, watched: false}
2928
],
3029

3130
exclude: [

0 commit comments

Comments
 (0)