Skip to content

Commit

Permalink
build: add render3 entry-point to legacy test systemjs config (angula…
Browse files Browse the repository at this point in the history
…r#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 angular#29675
  • Loading branch information
devversion authored and jasonaden committed Apr 4, 2019
1 parent eaa49bd commit c3aea73
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test-main.js
Original file line number Diff line number Diff line change
Expand Up @@ -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'},
Expand Down

0 comments on commit c3aea73

Please sign in to comment.