Commit 2c25333
committed
test(@angular/cli): remove unscoped authentication test cases from registry tests
Modern package managers do not support unscoped authentication, and Yarn Classic's
metadata command (yarn info) does not propagate unscoped credentials correctly,
leading to 403 Forbidden failures on secure registries during ng update and ng add.
This commit removes the unscoped authentication test cases from both add and
update secure registry E2E tests, and cleans up the
createNpmConfigForAuthentication helper to default to scoped authentication.1 parent 4488398 commit 2c25333
1 file changed
Lines changed: 0 additions & 16 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
9 | | - | |
10 | | - | |
11 | | - | |
12 | 9 | | |
13 | 10 | | |
14 | 11 | | |
| |||
20 | 17 | | |
21 | 18 | | |
22 | 19 | | |
23 | | - | |
24 | | - | |
25 | | - | |
26 | | - | |
27 | | - | |
28 | | - | |
29 | | - | |
30 | | - | |
31 | 20 | | |
32 | 21 | | |
33 | 22 | | |
| |||
36 | 25 | | |
37 | 26 | | |
38 | 27 | | |
39 | | - | |
40 | | - | |
41 | | - | |
42 | | - | |
43 | | - | |
44 | 28 | | |
45 | 29 | | |
46 | 30 | | |
| |||
0 commit comments