prysm-pulse/validator/client/beacon-api/test-helpers/BUILD.bazel

10 lines
293 B
Python
Raw Normal View History

load("@prysm//tools/go:def.bzl", "go_library")
go_library(
name = "go_default_library",
testonly = True,
srcs = ["test_helpers.go"],
importpath = "github.com/prysmaticlabs/prysm/v3/validator/client/beacon-api/test-helpers",
visibility = ["//validator:__subpackages__"],
)