github.com/moleculer-go/moleculer@v0.3.3/transit/transit_test.go (about)

     1  package transit_test
     2  
     3  import (
     4  	. "github.com/onsi/ginkgo"
     5  	. "github.com/onsi/gomega"
     6  )
     7  
     8  var _ = Describe("Transit", func() {
     9  
    10  	It("Transit", func() {
    11  		//TODO
    12  		Expect(true).To(Equal(true))
    13  	})
    14  
    15  })