chore(upgrade): infrastructure to allow running upgrade module specs

This commit is contained in:
Misko Hevery
2015-08-05 10:32:14 -07:00
parent ec68074e69
commit db6d289d82
6 changed files with 38 additions and 4 deletions

View File

@ -15,7 +15,8 @@ System.config({
'angular2/*': 'dist/js/dev/es5/angular2/*.js',
'angular2_material/*': 'dist/js/dev/es5/angular2_material/*.js',
'rtts_assert/*': 'dist/js/dev/es5/rtts_assert/*.js',
'@reactivex/rxjs/*': 'node_modules/@reactivex/rxjs/*.js'
'@reactivex/rxjs/*': 'node_modules/@reactivex/rxjs/*.js',
'upgrade/*': 'dist/js/dev/es5/upgrade/*.js'
}
});