From dc7349915d8c28c60014aab91a35f2e9a9f65b0b Mon Sep 17 00:00:00 2001 From: Greg Magolan Date: Sat, 20 Oct 2018 15:08:43 -0700 Subject: [PATCH] build(bazel): fix //tools/testing:node target deps (#26629) PR Close #26629 --- tools/testing/BUILD.bazel | 1 + 1 file changed, 1 insertion(+) diff --git a/tools/testing/BUILD.bazel b/tools/testing/BUILD.bazel index 2039a92db3..c8a3c44a81 100644 --- a/tools/testing/BUILD.bazel +++ b/tools/testing/BUILD.bazel @@ -21,6 +21,7 @@ ts_library( "//packages/core/testing", "//packages/platform-server", "//packages/platform-server/testing", + "@ngdeps//domino", ], )