ipld-eth-server/integration_test/integration_test_suite_test.go

14 lines
214 B
Go
Raw Normal View History

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