mirror of
https://github.com/angular/angular.git
synced 2026-09-14 13:54:52 +08:00
ee74835619
PR Close #28490
8 lines
207 B
Python
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",
|
|
)
|