otiai10 / mint

The very minimum assertion for Golang testing framework.

Home Page:https://pkg.go.dev/github.com/otiai10/mint

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

`To(Matcher)`

otiai10 opened this issue · comments

Expect(t, true).To(Equal(true))
Expect(t, true).To(BeTrue)