mirror of
https://github.com/angular/angular
synced 2026-05-24 09:28:37 +00:00
14 lines
372 B
Text
14 lines
372 B
Text
load("//modules/playground/e2e_test:example_test.bzl", "example_test")
|
|
|
|
example_test(
|
|
name = "sourcemap",
|
|
srcs = glob(["**/*.ts"]),
|
|
data = [
|
|
"//modules/playground/src/sourcemap",
|
|
"//modules/playground/src/sourcemap:index.ts",
|
|
],
|
|
server = "//modules/playground/src/sourcemap:devserver",
|
|
deps = [
|
|
"@npm//source-map",
|
|
],
|
|
)
|