We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c252968 commit 23150abCopy full SHA for 23150ab
tests/legacy-cli/e2e/tests/commands/add/add-material.ts
@@ -25,11 +25,6 @@ export default async function () {
25
throw new Error('Installation was not skipped');
26
}
27
28
- const output2 = await ng('add', '@angular/material@latest');
29
- if (output2.stdout.includes('Skipping installation: Package already installed')) {
30
- throw new Error('Installation should not have been skipped');
31
- }
32
-
33
const output3 = await ng('add', '@angular/[email protected]');
34
if (output3.stdout.includes('Skipping installation: Package already installed')) {
35
throw new Error('Installation should not have been skipped');
0 commit comments