We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5666f98 commit 272fca3Copy full SHA for 272fca3
CHANGELOG.md
@@ -1,3 +1,8 @@
1
+## 1.37.0
2
+
3
+### Features
4
+- add To/ToNot/NotTo aliases for AsyncAssertion [5666f98]
5
6
## 1.36.3
7
8
### Maintenance
gomega_dsl.go
@@ -22,7 +22,7 @@ import (
22
"github.com/onsi/gomega/types"
23
)
24
25
-const GOMEGA_VERSION = "1.36.3"
+const GOMEGA_VERSION = "1.37.0"
26
27
const nilGomegaPanic = `You are trying to make an assertion, but haven't registered Gomega's fail handler.
28
If you're using Ginkgo then you probably forgot to put your assertion in an It().
0 commit comments