localAi / pkg /startup /startup_suite_test.go
eder0782's picture
inicio
7def60a
raw
history blame
204 Bytes
package startup_test
import (
"testing"
. "github.com/onsi/ginkgo/v2"
. "github.com/onsi/gomega"
)
func TestStartup(t *testing.T) {
RegisterFailHandler(Fail)
RunSpecs(t, "LocalAI startup test")
}