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

8 lines
199 B
Python

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