From 0dce02d011950f7e0770a476e666d2f836a9f4a4 Mon Sep 17 00:00:00 2001 From: Michael Barz Date: Mon, 29 Apr 2024 12:06:29 +0200 Subject: [PATCH] docs: add more cons from code review --- docs/ocis/development/unit-testing/_index.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/ocis/development/unit-testing/_index.md b/docs/ocis/development/unit-testing/_index.md index d51ce2e83f..952819d3e4 100644 --- a/docs/ocis/development/unit-testing/_index.md +++ b/docs/ocis/development/unit-testing/_index.md @@ -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