This commit is contained in:
13
internal/models/models_suite_test.go
Normal file
13
internal/models/models_suite_test.go
Normal file
@@ -0,0 +1,13 @@
|
||||
package models_test
|
||||
|
||||
import (
|
||||
"testing"
|
||||
|
||||
. "github.com/onsi/ginkgo/v2"
|
||||
. "github.com/onsi/gomega"
|
||||
)
|
||||
|
||||
func TestModels(t *testing.T) {
|
||||
RegisterFailHandler(Fail)
|
||||
RunSpecs(t, "Models Suite")
|
||||
}
|
||||
Reference in New Issue
Block a user