LocalAI/pkg/functions/functions_suite_test.go

14 lines
199 B
Go
Raw Normal View History

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