1
0
mirror of https://github.com/kairos-io/immucore.git synced 2025-08-27 01:49:58 +00:00
immucore/internal/utils/suite_test.go

14 lines
196 B
Go
Raw Normal View History

package utils_test
2023-02-02 14:12:33 +00:00
import (
"testing"
. "github.com/onsi/ginkgo/v2"
. "github.com/onsi/gomega"
)
func TestSuite(t *testing.T) {
RegisterFailHandler(Fail)
RunSpecs(t, "Utils test Suite")
2023-02-02 14:12:33 +00:00
}