blob: 8acd75eb794b875f14bb828fbdff379c881c2b92 [file] [log] [blame]
load("@npm//@bazel/typescript:index.bzl", "ts_library")
package(default_visibility = ["//:__subpackages__"])
ts_library(
name = "internal",
testonly = True,
srcs = ["test_utils.ts"],
deps = [
"//internal:proto",
"@npm//@types/jasmine",
],
)