2019-02-01 08:46:38 -05:00
|
|
|
load("//modules/playground/e2e_test:example_test.bzl", "example_test")
|
|
|
|
|
|
|
|
example_test(
|
|
|
|
name = "sourcemap",
|
|
|
|
srcs = glob(["**/*.ts"]),
|
|
|
|
data = [
|
|
|
|
"//modules/playground/src/sourcemap",
|
2019-11-26 20:34:12 -05:00
|
|
|
"//modules/playground/src/sourcemap:index.ts",
|
2019-02-01 08:46:38 -05:00
|
|
|
],
|
|
|
|
server = "//modules/playground/src/sourcemap:devserver",
|
|
|
|
)
|