Skip to content

Commit e607d44

Browse files
committed
test(@angular-devkit/build-angular): increase bazel shards for dev-server tests
With recent improvements to the dev-server builder unit tests, additional parallel testing should now be possible. The unused `express` dependencies are also removed.
1 parent 218ffc9 commit e607d44

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

packages/angular_devkit/build_angular/BUILD.bazel

+2-2
Original file line numberDiff line numberDiff line change
@@ -286,10 +286,10 @@ LARGE_SPECS = {
286286
"tags": ["no-remote-exec"],
287287
},
288288
"dev-server": {
289+
"shards": 10,
290+
"size": "large",
289291
"extra_deps": [
290-
"@npm//@types/express",
291292
"@npm//@types/node-fetch",
292-
"@npm//express",
293293
"@npm//node-fetch",
294294
"@npm//@types/http-proxy",
295295
"@npm//http-proxy",

0 commit comments

Comments
 (0)