Install & Compatibility
Where this runs
No compatibility data collected yet for this library.
Code
Verified usage
Verified import paths — ran on the pinned version, not inferred.
ginkgo
✓ github.com/onsi/ginkgo/v2
Minimal Ginkgo test suite setup
package main
import (
"testing"
. "github.com/onsi/ginkgo/v2"
. "github.com/onsi/gomega"
)
func TestBook(t *testing.T) {
RegisterFailHandler(Fail)
RunSpecs(t, "Book Suite")
}
var _ = Describe("Book", func() {
It("can be loaded", func() {
Expect(book.Load()).To(Succeed())
})
})
Debug
Known issues
No known issues recorded.
Upgrade
Version history
2.30.0latest on pkg.go.dev
Audit
Dependencies
No dependency data recorded yet.