aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar Jarred Sumner <709451+Jarred-Sumner@users.noreply.github.com> 2023-07-02 22:57:24 -0700
committerGravatar Jarred Sumner <709451+Jarred-Sumner@users.noreply.github.com> 2023-07-02 22:57:24 -0700
commitc77518ff9313e6cf0534fbd50ff564fd9849e41b (patch)
tree24046f3b21c3acde04cd95c851074685d12db205
parentf0a795b568b741f71945e1078b87355d3217cc23 (diff)
downloadbun-c77518ff9313e6cf0534fbd50ff564fd9849e41b.tar.gz
bun-c77518ff9313e6cf0534fbd50ff564fd9849e41b.tar.zst
bun-c77518ff9313e6cf0534fbd50ff564fd9849e41b.zip
Update writing.md
-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)
---