mirror of
https://codeberg.org/cunicu/cunicu.git
synced 2026-04-23 15:49:32 +08:00
25dc954878
Signed-off-by: Steffen Vogel <post@steffenvogel.de>
14 lines
190 B
Go
14 lines
190 B
Go
package crypto_test
|
|
|
|
import (
|
|
"testing"
|
|
|
|
. "github.com/onsi/ginkgo/v2"
|
|
. "github.com/onsi/gomega"
|
|
)
|
|
|
|
func TestSuite(t *testing.T) {
|
|
RegisterFailHandler(Fail)
|
|
RunSpecs(t, "ICE Suite")
|
|
}
|