2019-02-13 11:54:36 -08:00

10 lines
344 B
Python

load("//modules/playground/e2e_test:example_test.bzl", "example_test")
example_test(
name = "model_driven_forms",
srcs = glob(["**/*.ts"]),
server = "//modules/playground/src/model_driven_forms:devserver",
# TODO: This does not pass with Ivy because the patch branch does not contain ivy fixes.
tags = ["fixme-ivy-aot"],
)