github.com/kotalco/kotal@v0.3.0/apis/shared/suite_test.go (about) 1 package shared 2 3 import ( 4 "testing" 5 6 . "github.com/onsi/ginkgo/v2" 7 . "github.com/onsi/gomega" 8 ) 9 10 func TestShared(t *testing.T) { 11 RegisterFailHandler(Fail) 12 RunSpecs(t, "Shared Suite") 13 }