-
Notifications
You must be signed in to change notification settings - Fork 11.9k
Commit 66f4607
fix(@angular/build): allow unit-test progress option passthrough for building
The experimental unit-test builder will now pass through the `progress` option
to the build system if present. By default the `progress` value of the build
target will be used.1 parent 96fdd70 commit 66f4607
File tree
3 files changed
+7
-1
lines changed- packages/angular/build/src/builders/unit-test
3 files changed
+7
-1
lines changedOriginal file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
191 | 191 |
| |
192 | 192 |
| |
193 | 193 |
| |
194 | + | ||
194 | 195 |
| |
195 | 196 |
| |
196 | 197 |
| |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
33 | 33 |
| |
34 | 34 |
| |
35 | 35 |
| |
36 | - | ||
36 | + | ||
37 | 37 |
| |
38 | 38 |
| |
39 | 39 |
| |
| |||
57 | 57 |
| |
58 | 58 |
| |
59 | 59 |
| |
60 | + | ||
60 | 61 |
| |
61 | 62 |
| |
62 | 63 |
| |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
106 | 106 |
| |
107 | 107 |
| |
108 | 108 |
| |
109 | + | ||
110 | + | ||
111 | + | ||
112 | + | ||
109 | 113 |
| |
110 | 114 |
| |
111 | 115 |
| |
|
0 commit comments