Revert "build: derive ts_library dep from jasmine_node_test boostrap label if it ends in _es5
(#34589)" (#34730)
This reverts commit 79a0d007b4
.
PR Close #34730
This commit is contained in:
@ -206,11 +206,17 @@ jasmine_node_test(
|
||||
jasmine_node_test(
|
||||
name = "test_node_error_disable_policy",
|
||||
bootstrap = [":node_error_disable_policy_entry_point_es5"],
|
||||
deps = [
|
||||
":node_error_disable_policy_entry_point",
|
||||
],
|
||||
)
|
||||
|
||||
jasmine_node_test(
|
||||
name = "test_node_error_lazy_policy",
|
||||
bootstrap = [":node_error_lazy_policy_entry_point_es5"],
|
||||
deps = [
|
||||
":node_error_lazy_policy_entry_point",
|
||||
],
|
||||
)
|
||||
|
||||
ts_library(
|
||||
|
Reference in New Issue
Block a user