build: derive ts_library dep from jasmine_node_test boostrap label if it ends in _es5 (#34589)

PR Close #34589
This commit is contained in:
Greg Magolan
2020-01-08 11:09:36 -08:00
committed by atscott
parent 67044ef55d
commit 79a0d007b4
42 changed files with 5 additions and 50 deletions

View File

@ -27,6 +27,5 @@ jasmine_node_test(
"//packages/platform-server",
"//packages/platform-server/testing",
"//packages/private/testing",
"//tools/testing:node",
],
)

View File

@ -28,6 +28,5 @@ jasmine_node_test(
],
deps = [
":test_lib",
"//tools/testing:node",
],
)