ipld-eth-server/core/core_suite_test.go
2017-10-19 09:58:36 -05:00

14 lines
199 B
Go

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