From c77518ff9313e6cf0534fbd50ff564fd9849e41b Mon Sep 17 00:00:00 2001 From: Jarred Sumner <709451+Jarred-Sumner@users.noreply.github.com> Date: Sun, 2 Jul 2023 22:57:24 -0700 Subject: [PATCH] Update writing.md --- docs/test/writing.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/docs/test/writing.md b/docs/test/writing.md index 391ee91c2d..029418a488 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) ---