mirror of
https://github.com/opencloud-eu/opencloud.git
synced 2026-04-22 02:38:32 -05:00
b07b5a1149
Signed-off-by: Jörn Friedrich Dreyer <jfd@butonic.de>
14 lines
193 B
Go
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")
|
|
}
|