ipld-eth-server/pkg/geth/node/node_suite_test.go

14 lines
185 B
Go
Raw Normal View History

package node_test
import (
"testing"
. "github.com/onsi/ginkgo"
. "github.com/onsi/gomega"
)
func TestNode(t *testing.T) {
RegisterFailHandler(Fail)
RunSpecs(t, "Node Suite")
}