localAi / core /config /config_suite_test.go
eder0782's picture
inicio
7def60a
raw
history blame
199 Bytes
package config_test
import (
"testing"
. "github.com/onsi/ginkgo/v2"
. "github.com/onsi/gomega"
)
func TestConfig(t *testing.T) {
RegisterFailHandler(Fail)
RunSpecs(t, "Config test suite")
}