LocalAI/pkg/gallery/gallery_suite_test.go
2023-05-18 15:59:03 +02:00

14 lines
202 B
Go

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