-
Notifications
You must be signed in to change notification settings - Fork 11.9k
Commit 0505f95
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 cf722f5 commit 0505f95
File tree
5 files changed
+9
-2
lines changed- goldens/public-api/angular/build
- packages/angular/build/src/builders/unit-test
- runners/karma
5 files changed
+9
-2
lines changedOriginal file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
223 | 223 |
| |
224 | 224 |
| |
225 | 225 |
| |
226 | + | ||
226 | 227 |
| |
227 | 228 |
| |
228 | 229 |
| |
|
Original 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 |
| |
|
Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
52 | 52 |
| |
53 | 53 |
| |
54 | 54 |
| |
55 | - | ||
55 | + | ||
56 | 56 |
| |
57 | 57 |
| |
58 | 58 |
| |
|
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