mirror of https://github.com/pulumi/pulumi.git
15 lines
394 B
Python
15 lines
394 B
Python
load("@io_bazel_rules_go//go:def.bzl", "go_test")
|
|
|
|
go_test(
|
|
name = "transforms_test",
|
|
srcs = ["transforms_test.go"],
|
|
deps = [
|
|
"//pkg/resource/deploy/providers",
|
|
"//pkg/testing/integration",
|
|
"//sdk/go/common/resource",
|
|
"//sdk/go/common/tokens",
|
|
"@com_github_stretchr_testify//assert",
|
|
"@com_github_stretchr_testify//require",
|
|
],
|
|
)
|