Skip to content

Commit 8824b4c

Browse files
committed
test(@angular/cli): remove ng update --all test
This is guaranteed to fail. Infact the `--all` has been removed in version 11+
1 parent 8ee93e5 commit 8824b4c

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

.ng-dev.log

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
####################################################################################################
2+
Command: ng-dev commit-message restore-commit-message-draft
3+
Ran at: Thu Jun 24 2021 13:15:43 GMT+0200 (Central European Summer Time)
4+
LOG: Skipping commit message restoration attempt
5+
DEBUG: A commit message was already provided via the command with a -m or -F flag
6+
####################################################################################################
7+
Command ran in 7ms
8+
Exit Code: 0

tests/legacy-cli/e2e/tests/misc/update-git-clean-subdirectory.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ export default async function() {
1818
await writeFile('../added.ts', 'console.log(\'created\');\n');
1919
await silentGit('add', '../added.ts');
2020

21-
const { stderr } = await ng('update', '--all', '--force');
21+
const { stderr } = await ng('update', '@angular/cli');
2222
if (stderr && stderr.includes('Repository is not clean.')) {
2323
throw new Error('Expected clean repository');
2424
}

0 commit comments

Comments
 (0)