angular-cn/integration/bazel/test/e2e/BUILD.bazel

8 lines
141 B
Python
Raw Normal View History

load("@build_bazel_rules_typescript//:defs.bzl", "ts_library")
ts_library(
name = "e2e",
testonly = 1,
srcs = glob(["*.ts"]),
)