chore(karma): remove ref to legacy files (#9008)
This commit is contained in:
parent
a1e3004e62
commit
f0e24b1a1e
|
@ -12,7 +12,6 @@ module.exports = function(config) {
|
|||
// Sources and specs.
|
||||
// Loaded through the System loader, in `test-main.js`.
|
||||
{pattern: 'dist/all/@angular/**/*.js', included: false, watched: true},
|
||||
{pattern: 'dist/all/angular2/**/*.js', included: false, watched: true},
|
||||
|
||||
'node_modules/es6-shim/es6-shim.js',
|
||||
// include Angular v1 for upgrade module testing
|
||||
|
|
Loading…
Reference in New Issue