filegroup(
    name = "exported_testdata",
    srcs = glob(["testdata/*.txt", "testdata/*.json"]),
    visibility = ["//:__subpackages__"],
)