Skip to content

Commit 609a7c8

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 653d8dc commit 609a7c8

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

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

0 commit comments

Comments
 (0)