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 0e52d9297f
commit da4782e67f
61 changed files with 83 additions and 142 deletions

View File

@ -21,13 +21,12 @@ ts_library(
jasmine_node_test(
name = "test",
templated_args = ["--node_options=--require=$(rlocation $(location //tools/testing:node_es5))"],
bootstrap = ["//tools/testing:node_es5"],
deps = [
":test_lib",
"//packages/platform-server",
"//packages/platform-server/testing",
"//packages/private/testing",
"//tools/testing:node",
"//tools/testing:node_es5",
],
)

View File

@ -22,13 +22,12 @@ ts_library(
jasmine_node_test(
name = "test",
bootstrap = ["//tools/testing:node_es5"],
tags = [
"ivy-only",
],
templated_args = ["--node_options=--require=$(rlocation $(location //tools/testing:node_es5))"],
deps = [
":test_lib",
"//tools/testing:node",
"//tools/testing:node_es5",
],
)