From 32ca195f606870e3f3afa367207d1f0cc68bf643 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ciar=C3=A1n?= <51886151+knightspore@users.noreply.github.com> Date: Sat, 30 Dec 2023 07:35:34 +0200 Subject: [PATCH] docs(test/writing.md): update matchers to indicate support for arrayContaining, closeTo, objectContaining (#7800) --- docs/test/writing.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/test/writing.md b/docs/test/writing.md index 867a6dae25..c95ab6c14f 100644 --- a/docs/test/writing.md +++ b/docs/test/writing.md @@ -253,7 +253,7 @@ Bun implements the following matchers. Full Jest compatibility is on the roadmap --- -- ❌ +- ✅ - [`.arrayContaining()`](https://jestjs.io/docs/expect#expectarraycontainingarray) --- @@ -263,7 +263,7 @@ Bun implements the following matchers. Full Jest compatibility is on the roadmap --- -- ❌ +- ✅ - [`.closeTo()`](https://jestjs.io/docs/expect#expectclosetonumber-numdigits) --- @@ -273,7 +273,7 @@ Bun implements the following matchers. Full Jest compatibility is on the roadmap --- -- ❌ +- ✅ - [`.objectContaining()`](https://jestjs.io/docs/expect#expectobjectcontainingobject) ---