fix(compiler-cli): update ngcc integration tests for latest changes in rules_nodejs (#40710)

Update the ngcc integration tests to handle the changes in the latest version of rules_nodejs.

PR Close #40710
This commit is contained in:
Joey Perrott 2021-02-08 16:43:48 -08:00 committed by Alex Rickabaugh
parent aec2a2cbc2
commit d7f5755f80
1 changed files with 5 additions and 0 deletions

View File

@ -102,6 +102,11 @@ jasmine_node_test(
# Disabled in AOT mode because we want ngcc to compile non-AOT Angular packages. # Disabled in AOT mode because we want ngcc to compile non-AOT Angular packages.
"no-ivy-aot", "no-ivy-aot",
], ],
templated_args = [
# TODO(josephperrott): update dependency usages to no longer need bazel patch module resolver
# See: https://github.com/bazelbuild/rules_nodejs/wiki#--bazel_patch_module_resolver-now-defaults-to-false-2324
"--bazel_patch_module_resolver",
],
deps = [ deps = [
":integration_lib", ":integration_lib",
"@npm//canonical-path", "@npm//canonical-path",