Better paragraph splitting
Signed-off-by: Ettore Di Giacinto <mudler@localai.io>
This commit is contained in:
13
pkg/xstrings/xstrings_suite_test.go
Normal file
13
pkg/xstrings/xstrings_suite_test.go
Normal file
@@ -0,0 +1,13 @@
|
||||
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")
|
||||
}
|
||||
Reference in New Issue
Block a user