This reverts commit da4782e67f
.
PR Close #34730
This commit is contained in:
@ -181,41 +181,46 @@ ts_library(
|
||||
|
||||
jasmine_node_test(
|
||||
name = "test_node",
|
||||
bootstrap = [":node_entry_point_es5"],
|
||||
templated_args = ["--node_options=--require=$(rlocation $(location :node_entry_point_es5))"],
|
||||
deps = [
|
||||
":node_entry_point_es5",
|
||||
":test_node_lib",
|
||||
],
|
||||
)
|
||||
|
||||
jasmine_node_test(
|
||||
name = "test_node_no_jasmine_clock",
|
||||
bootstrap = [":node_entry_point_no_patch_clock_es5"],
|
||||
templated_args = ["--node_options=--require=$(rlocation $(location :node_entry_point_no_patch_clock_es5))"],
|
||||
deps = [
|
||||
":node_entry_point_no_patch_clock_es5",
|
||||
":test_node_lib",
|
||||
],
|
||||
)
|
||||
|
||||
jasmine_node_test(
|
||||
name = "test_node_bluebird",
|
||||
bootstrap = [":node_bluebird_entry_point_es5"],
|
||||
templated_args = ["--node_options=--require=$(rlocation $(location :node_bluebird_entry_point_es5))"],
|
||||
deps = [
|
||||
":bluebird_spec",
|
||||
":node_bluebird_entry_point_es5",
|
||||
],
|
||||
)
|
||||
|
||||
jasmine_node_test(
|
||||
name = "test_node_error_disable_policy",
|
||||
bootstrap = [":node_error_disable_policy_entry_point_es5"],
|
||||
templated_args = ["--node_options=--require=$(rlocation $(location :node_error_disable_policy_entry_point_es5))"],
|
||||
deps = [
|
||||
":node_error_disable_policy_entry_point",
|
||||
":node_error_disable_policy_entry_point_es5",
|
||||
],
|
||||
)
|
||||
|
||||
jasmine_node_test(
|
||||
name = "test_node_error_lazy_policy",
|
||||
bootstrap = [":node_error_lazy_policy_entry_point_es5"],
|
||||
templated_args = ["--node_options=--require=$(rlocation $(location :node_error_lazy_policy_entry_point_es5))"],
|
||||
deps = [
|
||||
":node_error_lazy_policy_entry_point",
|
||||
":node_error_lazy_policy_entry_point_es5",
|
||||
],
|
||||
)
|
||||
|
||||
|
Reference in New Issue
Block a user