ci: fix broken master branch due to conflicting merges (#26697)

PR Close #26697
This commit is contained in:
Igor Minar 2018-10-23 12:26:38 -07:00 committed by Alex Rickabaugh
parent d0cc019c1a
commit 5a3077f46c
2 changed files with 5 additions and 0 deletions

View File

@ -23,5 +23,6 @@ ts_library(
deps = [
"//modules/e2e_util:lib",
"//packages:types",
"@ngdeps//protractor",
],
)

View File

@ -59,5 +59,9 @@ protractor_web_test(
tags = ["ivy-only"],
deps = [
"//modules/benchmarks/src/tree:perf_lib",
"@ngdeps//protractor",
"@ngdeps//yargs",
"@ngdeps//node-uuid",
"@ngdeps//reflect-metadata",
],
)