mirror of
https://codeberg.org/cunicu/cunicu.git
synced 2026-04-23 06:59:40 +08:00
123d7d91fe
Signed-off-by: Steffen Vogel <post@steffenvogel.de>
17 lines
248 B
Go
17 lines
248 B
Go
package ice_test
|
|
|
|
import (
|
|
"testing"
|
|
|
|
. "github.com/onsi/ginkgo/v2"
|
|
. "github.com/onsi/gomega"
|
|
"github.com/stv0g/cunicu/test"
|
|
)
|
|
|
|
func TestSuite(t *testing.T) {
|
|
RegisterFailHandler(Fail)
|
|
RunSpecs(t, "ICE Suite")
|
|
}
|
|
|
|
var _ = test.SetupLogging()
|