github.com/moleculer-go/moleculer@v0.3.3/context/context_suite_test.go (about) 1 package context 2 3 import ( 4 "testing" 5 6 "github.com/onsi/ginkgo" 7 "github.com/onsi/gomega" 8 ) 9 10 func TestContext(t *testing.T) { 11 gomega.RegisterFailHandler(ginkgo.Fail) 12 ginkgo.RunSpecs(t, "Context Suite") 13 }