Skip to content

Commit e7b5bd4

Browse files
crisbetoandrewseguin
authored andcommitted
build: fix e2e setup error (#11026)
Fixes an error that prevented the e2e tests from running due to the badge not being included in the SystemJS config.
1 parent 31df21c commit e7b5bd4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/e2e-app/system-config.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -85,6 +85,7 @@ System.config({
8585
'@angular/material/tabs': 'dist/bundles/material-tabs.umd.js',
8686
'@angular/material/toolbar': 'dist/bundles/material-toolbar.umd.js',
8787
'@angular/material/tooltip': 'dist/bundles/material-tooltip.umd.js',
88+
'@angular/material/badge': 'dist/bundles/material-badge.umd.js',
8889
'@angular/material/tree': 'dist/bundles/material-tree.umd.js',
8990
},
9091
packages: {

0 commit comments

Comments
 (0)