This commit is contained in:
windyboy
2024-07-19 20:02:18 +08:00
parent d1d427057e
commit dbbf6133be
26 changed files with 2171 additions and 0 deletions
+13
View File
@@ -0,0 +1,13 @@
package domain
import (
"testing"
. "github.com/onsi/ginkgo/v2"
. "github.com/onsi/gomega"
)
func TestDomain(t *testing.T) {
RegisterFailHandler(Fail)
RunSpecs(t, "Domain Suite")
}