mirror of
https://github.com/angular/angular
synced 2026-05-24 09:28:37 +00:00
7 lines
195 B
Text
7 lines
195 B
Text
load("//modules/playground/e2e_test:example_test.bzl", "example_test")
|
|
|
|
example_test(
|
|
name = "async",
|
|
srcs = glob(["**/*.ts"]),
|
|
server = "//modules/playground/src/async:devserver",
|
|
)
|