mirror of
https://github.com/joohoi/acme-dns.git
synced 2025-01-29 09:00:34 +07:00
14 lines
203 B
Go
14 lines
203 B
Go
package gojsondiff_test
|
|
|
|
import (
|
|
. "github.com/onsi/ginkgo"
|
|
. "github.com/onsi/gomega"
|
|
|
|
"testing"
|
|
)
|
|
|
|
func TestGojsondiff(t *testing.T) {
|
|
RegisterFailHandler(Fail)
|
|
RunSpecs(t, "Gojsondiff Suite")
|
|
}
|