Skip to content

Commit a09000c

Browse files
clydinfilipesilva
authored andcommitted
test(@angular-devkit/build-angular): remove unneeded nobazel_patch_module_resolver option
As of rules_nodejs 3.0.0, the `bazel_patch_module_resolver` option defaults to off.
1 parent c6c4d32 commit a09000c

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

packages/angular_devkit/build_angular/BUILD.bazel

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -392,7 +392,6 @@ LARGE_SPECS = {
392392
# compete for the resources of other parallel tests slowing everything down.
393393
# Ask Bazel to allocate multiple CPUs for these tests with "cpu:n" tag.
394394
tags = ["cpu:2"] + LARGE_SPECS[spec].get("tags", []),
395-
templated_args = ["--nobazel_patch_module_resolver"],
396395
deps = [":build_angular_" + spec + "_test_lib"],
397396
)
398397
for spec in LARGE_SPECS
@@ -405,7 +404,6 @@ jasmine_node_test(
405404
shard_count = 30,
406405
tags = ["cpu:2"],
407406
templated_args = [
408-
"--nobazel_patch_module_resolver",
409407
"view_engine",
410408
],
411409
deps = [":build_angular_browser_test_lib"],

0 commit comments

Comments
 (0)