Files
QSfera/Server/pkg/markdown/markdown_suite_test.go
T

14 lines
193 B
Go

package markdown
import (
"testing"
. "github.com/onsi/ginkgo/v2"
. "github.com/onsi/gomega"
)
func TestSearch(t *testing.T) {
RegisterFailHandler(Fail)
RunSpecs(t, "Markdown Suite")
}