build(bazel): run a number of web tests with karma_web_test in saucelabs in CircleCI (#27721)

PR Close #27721
This commit is contained in:
Greg Magolan
2018-12-17 22:09:39 -08:00
committed by Ben Lesh
parent c1392ce618
commit 75357ecb32
15 changed files with 237 additions and 20 deletions

View File

@ -6,6 +6,8 @@ ts_library(
srcs = glob(
["**/*.ts"],
),
# Visible to //:test_web_all target
visibility = ["//:__pkg__"],
deps = [
"//packages/common/http",
"//packages/common/http/testing",

View File

@ -6,6 +6,8 @@ ts_library(
srcs = glob(
["**/*.ts"],
),
# Visible to //:test_web_all target
visibility = ["//:__pkg__"],
deps = [
"//packages/common/http",
"//packages/common/http/testing",

View File

@ -6,6 +6,8 @@ ts_library(
srcs = glob(
["**/*.ts"],
),
# Visible to //:test_web_all target
visibility = ["//:__pkg__"],
deps = [
"//packages/common",
"//packages/common/locales",