mirror of
https://github.com/kairos-io/immucore.git
synced 2025-09-01 14:46:31 +00:00
Rework immucore (#246)
This commit is contained in:
13
pkg/state/suite_test.go
Normal file
13
pkg/state/suite_test.go
Normal file
@@ -0,0 +1,13 @@
|
||||
package state_test
|
||||
|
||||
import (
|
||||
"testing"
|
||||
|
||||
. "github.com/onsi/ginkgo/v2"
|
||||
. "github.com/onsi/gomega"
|
||||
)
|
||||
|
||||
func TestSuite(t *testing.T) {
|
||||
RegisterFailHandler(Fail)
|
||||
RunSpecs(t, "Mount test Suite")
|
||||
}
|
Reference in New Issue
Block a user