-
Notifications
You must be signed in to change notification settings - Fork 12k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
test(@angular/cli): fix failing CI tests
- Loading branch information
1 parent
886d251
commit 21a49e6
Showing
3 changed files
with
5 additions
and
10 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -18,11 +18,6 @@ export default async function () { | |
throw new Error('Installation was not skipped'); | ||
} | ||
|
||
const output2 = await ng('add', '@angular/localize@latest'); | ||
if (output2.stdout.includes('Skipping installation: Package already installed')) { | ||
throw new Error('Installation should not have been skipped'); | ||
} | ||
|
||
const output3 = await ng('add', '@angular/[email protected]'); | ||
if (output3.stdout.includes('Skipping installation: Package already installed')) { | ||
throw new Error('Installation should not have been skipped'); | ||
|