Skip to content

Commit d64ef88

Browse files
alan-agius4dgp1130
authored andcommitted
test(@angular/cli): add update test from version 12 to 13
This is needed as updating multiple major versions of `@angular/cli` and `@angular/core` at once is not supported therefore an update from 12 to 14 will fail.
1 parent 987c83f commit d64ef88

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

tests/legacy-cli/e2e/tests/update/update-9.ts

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,9 @@ export default async function () {
2525

2626
// Update Angular to 12
2727
await ng('update', '@angular/cli@12', '@angular/core@12');
28+
29+
// Update Angular to 13
30+
await ng('update', '@angular/cli@13', '@angular/core@13');
2831
} finally {
2932
await setRegistry(true);
3033
}

0 commit comments

Comments
 (0)