pulumi/tests/integration/transforms/BUILD.bazel

18 lines
420 B
Python

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