From ac31cae3c2692d79390b89ab680eee0063f0eb71 Mon Sep 17 00:00:00 2001 From: crisbeto Date: Sat, 24 Feb 2018 08:48:32 +0100 Subject: [PATCH] build: e2e test timeout due to missing systemjs map 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. --- src/e2e-app/system-config.ts | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/e2e-app/system-config.ts b/src/e2e-app/system-config.ts index 6dd969fb92e2..92e08104e896 100644 --- a/src/e2e-app/system-config.ts +++ b/src/e2e-app/system-config.ts @@ -47,6 +47,7 @@ System.config({ '@angular/cdk/scrolling': 'dist/bundles/cdk-scrolling.umd.js', '@angular/cdk/stepper': 'dist/bundles/cdk-stepper.umd.js', '@angular/cdk/table': 'dist/bundles/cdk-table.umd.js', + '@angular/cdk/tree': 'dist/bundles/cdk-tree.umd.js', '@angular/cdk/testing': 'dist/bundles/cdk-testing.umd.js', '@angular/material-examples': 'dist/bundles/material-examples.umd.js', @@ -83,6 +84,7 @@ System.config({ '@angular/material/tabs': 'dist/bundles/material-tabs.umd.js', '@angular/material/toolbar': 'dist/bundles/material-toolbar.umd.js', '@angular/material/tooltip': 'dist/bundles/material-tooltip.umd.js', + '@angular/material/tree': 'dist/bundles/material-tree.umd.js', }, packages: { // Thirdparty barrels.