Commit 3d9f4e7
Add testonly parameter to ng_project configuration
Ensures that callers can propagate `testonly` into the macro completely. Otherwise if the macro is marked `testonly`, only the `ts_project` will be marked through `kwargs` and the build would fail due to the non-test-only dependency on the project config.1 parent e975faa commit 3d9f4e7
1 file changed
Lines changed: 3 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
| 11 | + | |
11 | 12 | | |
12 | 13 | | |
13 | 14 | | |
| |||
30 | 31 | | |
31 | 32 | | |
32 | 33 | | |
| 34 | + | |
33 | 35 | | |
34 | 36 | | |
35 | 37 | | |
| |||
47 | 49 | | |
48 | 50 | | |
49 | 51 | | |
| 52 | + | |
50 | 53 | | |
51 | 54 | | |
0 commit comments