test: handle bootstrap templated_args in jasmine_node_test defaults.bzl (#34736)
PR Close #34736
This commit is contained in:

committed by
Matias Niemelä

parent
a4bbc35005
commit
aee67f08d9
@ -16,11 +16,10 @@ ts_library(
|
||||
|
||||
jasmine_node_test(
|
||||
name = "css_parser",
|
||||
templated_args = ["--node_options=--require=$(rlocation $(location //tools/testing:node_es5))"],
|
||||
bootstrap = ["//tools/testing:node_es5"],
|
||||
deps = [
|
||||
":css_parser_lib",
|
||||
"//tools/testing:node",
|
||||
"//tools/testing:node_es5",
|
||||
],
|
||||
)
|
||||
|
||||
|
Reference in New Issue
Block a user