diff --git a/internal/crd-watch/crd_watch_suite_test.go b/internal/crd-watch/crd_watch_suite_test.go new file mode 100644 index 000000000..6f1589c6d --- /dev/null +++ b/internal/crd-watch/crd_watch_suite_test.go @@ -0,0 +1,13 @@ +package crd_watch_test + +import ( + "testing" + + . "github.com/onsi/ginkgo/v2" + . "github.com/onsi/gomega" +) + +func TestCrdWatch(t *testing.T) { + RegisterFailHandler(Fail) + RunSpecs(t, "CrdWatch Suite") +}