docs: add more cons from code review

This commit is contained in:
Michael Barz
2024-04-29 12:06:29 +02:00
parent 5ae4d5646b
commit 0dce02d011

View File

@@ -36,6 +36,8 @@ Using a framework like [Ginkgo](https://onsi.github.io/ginkgo/) brings many adva
### Cons
- Sometimes it can be difficult to get started with
- Asynchronous behaviour brings more complexity to tests.
- Not compatible with broadly known `testify` package
### Example