immucore/pkg/state/suite_test.go

14 lines
196 B
Go
Raw Normal View History

2024-03-20 10:48:51 +00:00
package state_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, "Mount test Suite")
2023-02-02 14:12:33 +00:00
}