LocalAI/pkg/utils/utils_suite_test.go

14 lines
196 B
Go
Raw Normal View History

package utils_test
import (
"testing"
. "github.com/onsi/ginkgo/v2"
. "github.com/onsi/gomega"
)
func TestUtils(t *testing.T) {
RegisterFailHandler(Fail)
RunSpecs(t, "Utils test suite")
}