mirror of
https://github.com/kubernetes-sigs/kustomize.git
synced 2026-06-29 17:41:13 +00:00
Add github.com/krishicks/yaml-patch to vendor
This commit is contained in:
13
vendor/github.com/krishicks/yaml-patch/yaml_patch_suite_test.go
generated
vendored
Normal file
13
vendor/github.com/krishicks/yaml-patch/yaml_patch_suite_test.go
generated
vendored
Normal file
@@ -0,0 +1,13 @@
|
||||
package yamlpatch_test
|
||||
|
||||
import (
|
||||
. "github.com/onsi/ginkgo"
|
||||
. "github.com/onsi/gomega"
|
||||
|
||||
"testing"
|
||||
)
|
||||
|
||||
func TestYamlPatch(t *testing.T) {
|
||||
RegisterFailHandler(Fail)
|
||||
RunSpecs(t, "YamlPatch Suite")
|
||||
}
|
||||
Reference in New Issue
Block a user