build(bazel): fix //tools/testing:node target deps (#26629)

PR Close #26629
This commit is contained in:
Greg Magolan 2018-10-20 15:08:43 -07:00 committed by Igor Minar
parent 213c25fb08
commit dc7349915d
1 changed files with 1 additions and 0 deletions

View File

@ -21,6 +21,7 @@ ts_library(
"//packages/core/testing", "//packages/core/testing",
"//packages/platform-server", "//packages/platform-server",
"//packages/platform-server/testing", "//packages/platform-server/testing",
"@ngdeps//domino",
], ],
) )