github.com/tumi8/quic-go@v0.37.4-tum/noninternal/utils/utils_suite_test.go (about) 1 package utils 2 3 import ( 4 "testing" 5 6 . "github.com/onsi/ginkgo/v2" 7 . "github.com/onsi/gomega" 8 ) 9 10 func TestCrypto(t *testing.T) { 11 RegisterFailHandler(Fail) 12 RunSpecs(t, "Utils Suite") 13 }