angular-cn/modules/playground/e2e_test/http/BUILD.bazel

8 lines
193 B
Python

load("//modules/playground/e2e_test:example_test.bzl", "example_test")
example_test(
name = "http",
srcs = glob(["**/*.ts"]),
server = "//modules/playground/src/http:devserver",
)