Skip to content

Commit 38be186

Browse files
crisbetojelbourn
authored andcommitted
build: e2e test timeout due to missing systemjs map (#10130)
Fixes the e2e tests currently timing out, because the e2e app throws a runtime error due to a missing mapping for the `tree` in the SystemJS config.
1 parent 9a59bcd commit 38be186

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/e2e-app/system-config.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,7 @@ System.config({
4747
'@angular/cdk/scrolling': 'dist/bundles/cdk-scrolling.umd.js',
4848
'@angular/cdk/stepper': 'dist/bundles/cdk-stepper.umd.js',
4949
'@angular/cdk/table': 'dist/bundles/cdk-table.umd.js',
50+
'@angular/cdk/tree': 'dist/bundles/cdk-tree.umd.js',
5051
'@angular/cdk/testing': 'dist/bundles/cdk-testing.umd.js',
5152
'@angular/material-examples': 'dist/bundles/material-examples.umd.js',
5253

@@ -82,6 +83,7 @@ System.config({
8283
'@angular/material/tabs': 'dist/bundles/material-tabs.umd.js',
8384
'@angular/material/toolbar': 'dist/bundles/material-toolbar.umd.js',
8485
'@angular/material/tooltip': 'dist/bundles/material-tooltip.umd.js',
86+
'@angular/material/tree': 'dist/bundles/material-tree.umd.js',
8587
},
8688
packages: {
8789
// Thirdparty barrels.

0 commit comments

Comments
 (0)