Skip to content
This repository was archived by the owner on Nov 22, 2024. It is now read-only.

Commit 47b42e6

Browse files
committed
build: remove "--bazel_patch_module_resolver" from jasmine_node_test
This is needed as otherwise `@angular/platform-server` is not resolved correctly.
1 parent 443cd5d commit 47b42e6

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

tools/defaults.bzl

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,6 @@ def jasmine_node_test(deps = [], **kwargs):
102102

103103
_jasmine_node_test(
104104
deps = local_deps,
105-
templated_args = ["--bazel_patch_module_resolver"],
106105
configuration_env_vars = ["compile"],
107106
**kwargs
108107
)

0 commit comments

Comments
 (0)