Skip to content

Commit d7f5755

Browse files
josephperrottalxhub
authored andcommitted
fix(compiler-cli): update ngcc integration tests for latest changes in rules_nodejs (angular#40710)
Update the ngcc integration tests to handle the changes in the latest version of rules_nodejs. PR Close angular#40710
1 parent aec2a2c commit d7f5755

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

packages/compiler-cli/ngcc/test/BUILD.bazel

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -102,6 +102,11 @@ jasmine_node_test(
102102
# Disabled in AOT mode because we want ngcc to compile non-AOT Angular packages.
103103
"no-ivy-aot",
104104
],
105+
templated_args = [
106+
# TODO(josephperrott): update dependency usages to no longer need bazel patch module resolver
107+
# See: https://github.com/bazelbuild/rules_nodejs/wiki#--bazel_patch_module_resolver-now-defaults-to-false-2324
108+
"--bazel_patch_module_resolver",
109+
],
105110
deps = [
106111
":integration_lib",
107112
"@npm//canonical-path",

0 commit comments

Comments
 (0)