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) ---