package functions_test | |
import ( | |
"testing" | |
. "github.com/onsi/ginkgo/v2" | |
. "github.com/onsi/gomega" | |
) | |
func TestFunctions(t *testing.T) { | |
RegisterFailHandler(Fail) | |
RunSpecs(t, "Functions test suite") | |
} | |
package functions_test | |
import ( | |
"testing" | |
. "github.com/onsi/ginkgo/v2" | |
. "github.com/onsi/gomega" | |
) | |
func TestFunctions(t *testing.T) { | |
RegisterFailHandler(Fail) | |
RunSpecs(t, "Functions test suite") | |
} | |