Rework immucore (#246)

This commit is contained in:
Itxaka
2024-03-20 11:48:51 +01:00
committed by GitHub
parent ddfe8b7648
commit 93f5cf5de6
17 changed files with 1443 additions and 1345 deletions

13
pkg/state/suite_test.go Normal file
View 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")
}