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 43abd0a commit 33bd8b7Copy full SHA for 33bd8b7
tests/legacy-cli/e2e/tests/commands/add/add-material.ts
@@ -22,11 +22,6 @@ export default async function () {
22
throw new Error('Installation was not skipped');
23
}
24
25
- const output2 = await ng('add', '@angular/material@latest');
26
- if (output2.stdout.includes('Skipping installation: Package already installed')) {
27
- throw new Error('Installation should not have been skipped');
28
- }
29
-
30
const output3 = await ng('add', '@angular/[email protected]');
31
if (output3.stdout.includes('Skipping installation: Package already installed')) {
32
throw new Error('Installation should not have been skipped');
0 commit comments