build: add render3 entry-point to legacy test systemjs config (#29675)

Until the legacy job has been migrated to Bazel w/ Saucelabs, we
need to add the `render3` entry-point to the test SystemJS configuration
so that developers don't get inconsistent behavior between Bazel tests
and the legacy tests. e.g. https://circleci.com/gh/angular/angular/270102

PR Close #29675
This commit is contained in:
Paul Gschwendtner 2019-04-03 00:21:41 +02:00 committed by Jason Aden
parent eaa49bdc04
commit c3aea737ff
1 changed files with 1 additions and 0 deletions

View File

@ -31,6 +31,7 @@ System.config({
'rxjs': 'node_modules/rxjs',
},
packages: {
'@angular/core/src/render3': {main: 'index.js', defaultExtension: 'js'},
'@angular/core/testing': {main: 'index.js', defaultExtension: 'js'},
'@angular/core': {main: 'index.js', defaultExtension: 'js'},
'@angular/animations/browser/testing': {main: 'index.js', defaultExtension: 'js'},