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

8 lines
207 B
Python

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