build: fix invalid bazel target referenced by benchmarks (#28626)

PR Close #28626
This commit is contained in:
Paul Gschwendtner
2019-02-08 23:24:15 +01:00
committed by Miško Hevery
parent fb2d15fda1
commit 2f73c554c9
3 changed files with 2 additions and 3 deletions

View File

@ -21,7 +21,7 @@ ts_library(
"largetable_perf.spec.ts",
],
deps = [
"//modules/e2e_util:lib",
"//modules/e2e_util",
"//packages:types",
"@ngdeps//protractor",
],