test: handle bootstrap templated_args in jasmine_node_test defaults.bzl (#34589)

PR Close #34589
This commit is contained in:
Greg Magolan
2020-01-07 23:56:49 -08:00
committed by atscott
parent 3a5147bc7a
commit d35451327e
61 changed files with 83 additions and 142 deletions

View File

@ -23,14 +23,13 @@ ts_library(
jasmine_node_test(
name = "ngtsc",
timeout = "long",
bootstrap = ["//tools/testing:node_no_angular_es5"],
data = [
"//packages/compiler-cli/test/ngtsc/fake_core:npm_package",
],
shard_count = 4,
templated_args = ["--node_options=--require=$(rlocation $(location //tools/testing:node_no_angular_es5))"],
deps = [
":ngtsc_lib",
"//tools/testing:node_no_angular_es5",
"@npm//minimist",
],
)