mirror of
https://github.com/mudler/LocalAGI.git
synced 2026-07-23 18:55:52 -04:00
fa12dba7c2
Signed-off-by: Ettore Di Giacinto <mudler@localai.io>
14 lines
205 B
Go
14 lines
205 B
Go
package xstrings_test
|
|
|
|
import (
|
|
"testing"
|
|
|
|
. "github.com/onsi/ginkgo/v2"
|
|
. "github.com/onsi/gomega"
|
|
)
|
|
|
|
func TestXStrings(t *testing.T) {
|
|
RegisterFailHandler(Fail)
|
|
RunSpecs(t, "XStrings test suite")
|
|
}
|