Files
QSfera/services/collaboration/pkg/helpers/helpers_suite_test.go
T

14 lines
197 B
Go

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