From 0d76c416ed02a7bac1191a6168d3a635faaadce4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E3=83=9E=E3=83=AB=E3=82=B3=E3=83=A1?= Date: Wed, 22 May 2024 11:25:49 +0900 Subject: [PATCH] docs: update jest compatibility (#11247) --- docs/test/writing.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/test/writing.md b/docs/test/writing.md index f47db939053ae8..004099dbbd6eb8 100644 --- a/docs/test/writing.md +++ b/docs/test/writing.md @@ -415,12 +415,12 @@ Bun implements the following matchers. Full Jest compatibility is on the roadmap --- -- ❌ +- ✅ - [`.toHaveReturned()`](https://jestjs.io/docs/expect#tohavereturned) --- -- ❌ +- ✅ - [`.toHaveReturnedTimes()`](https://jestjs.io/docs/expect#tohavereturnedtimesnumber) ---