...

Source file src/github.com/onsi/gomega/gleak/goroutine/goroutine_suite_test.go

Documentation: github.com/onsi/gomega/gleak/goroutine

     1  package goroutine
     2  
     3  import (
     4  	"testing"
     5  
     6  	. "github.com/onsi/ginkgo/v2"
     7  	. "github.com/onsi/gomega"
     8  )
     9  
    10  func TestGoroutine(t *testing.T) {
    11  	RegisterFailHandler(Fail)
    12  	RunSpecs(t, "Goroutine Suite")
    13  }
    14  

View as plain text