mirror of
https://github.com/joohoi/acme-dns.git
synced 2025-01-30 09:31:02 +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")
|
||
|
}
|