Skip to content

Commit 42ef582

Browse files
alan-agius4mgechev
authored andcommitted
test: update material version to support ngcc
1 parent c68578b commit 42ef582

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

tests/legacy-cli/e2e/tests/build/styles/material-import.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,8 @@ export default function () {
1111

1212
const extensions = ['css', 'scss', 'less', 'styl'];
1313
let promise: Promise<any> = Promise.resolve()
14-
.then(() => silentNpm('install', '@angular/material@5.0.4'));
14+
.then(() => silentNpm('install', '@angular/material@7.3.6'))
15+
.then(() => silentNpm('install', '@angular/cdk@7.3.6'));
1516

1617
extensions.forEach(ext => {
1718
promise = promise.then(() => {

0 commit comments

Comments
 (0)