pulumi/tests/integration/transformations/BUILD.bazel

18 lines
445 B
Python

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