mirror of https://github.com/pulumi/pulumi.git
16 lines
365 B
Python
16 lines
365 B
Python
load("@io_bazel_rules_go//go:def.bzl", "go_test")
|
|
|
|
go_test(
|
|
name = "batchyaml_test",
|
|
srcs = ["gen_program_test.go"],
|
|
data = [
|
|
"//pkg/codegen/testing/test:codegen_testdata",
|
|
],
|
|
deps = [
|
|
"//pkg/codegen",
|
|
"//pkg/codegen/nodejs",
|
|
"//pkg/codegen/testing/test",
|
|
"@com_github_stretchr_testify//assert",
|
|
],
|
|
)
|