|
load("@io_bazel_rules_go//go:def.bzl", "go_test")
|
|
|
|
go_test(
|
|
name = "transformations_test",
|
|
srcs = ["transformations_test.go"],
|
|
deps = [
|
|
"//pkg/testing/integration",
|
|
"//sdk/go/common/resource",
|
|
"//sdk/go/common/tokens",
|
|
"@com_github_stretchr_testify//assert",
|
|
],
|
|
)
|