aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--docs/test/writing.md10
1 files changed, 5 insertions, 5 deletions
diff --git a/docs/test/writing.md b/docs/test/writing.md
index 391ee91c2..029418a48 100644
--- a/docs/test/writing.md
+++ b/docs/test/writing.md
@@ -217,13 +217,13 @@ Bun implements the following matchers. Full Jest compatibility is on the roadmap
---
-- 🔴
-- [`.resolves()`](https://jestjs.io/docs/expect#resolves)
+- 🟢
+- [`.resolves()`](https://jestjs.io/docs/expect#resolves) (since Bun v0.6.12+)
---
-- 🔴
-- [`.rejects()`](https://jestjs.io/docs/expect#rejects)
+- 🟢
+- [`.rejects()`](https://jestjs.io/docs/expect#rejects) (since Bun v0.6.12+)
---
@@ -277,7 +277,7 @@ Bun implements the following matchers. Full Jest compatibility is on the roadmap
---
-- 🔴
+- 🟢
- [`.toBeCloseTo()`](https://jestjs.io/docs/expect#tobeclosetonumber-numdigits)
---