diff options
author | 2023-06-09 19:46:29 -0700 | |
---|---|---|
committer | 2023-06-09 19:46:29 -0700 | |
commit | 68b9731db2f61652cdc0683cd55c9d8309606a12 (patch) | |
tree | 798a0e317c3c918daa1ba91c0649f5b41dff5d25 | |
parent | 76cf465cc2e87c400b6bea56cad1f17f94b91da2 (diff) | |
download | bun-68b9731db2f61652cdc0683cd55c9d8309606a12.tar.gz bun-68b9731db2f61652cdc0683cd55c9d8309606a12.tar.zst bun-68b9731db2f61652cdc0683cd55c9d8309606a12.zip |
Update writing.md (#3264)
-rw-r--r-- | docs/test/writing.md | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/docs/test/writing.md b/docs/test/writing.md index 46773c1d2..391ee91c2 100644 --- a/docs/test/writing.md +++ b/docs/test/writing.md @@ -167,12 +167,12 @@ Bun implements the following matchers. Full Jest compatibility is on the roadmap --- -- 🔴 +- 🟢 - [`.anything()`](https://jestjs.io/docs/expect#expectanything) --- -- 🔴 +- 🟢 - [`.any()`](https://jestjs.io/docs/expect#expectanyconstructor) --- @@ -202,12 +202,12 @@ Bun implements the following matchers. Full Jest compatibility is on the roadmap --- -- 🔴 +- 🟢 - [`.stringContaining()`](https://jestjs.io/docs/expect#expectstringcontainingstring) --- -- 🔴 +- 🟢 - [`.stringMatching()`](https://jestjs.io/docs/expect#expectstringmatchingstring--regexp) --- @@ -227,12 +227,12 @@ Bun implements the following matchers. Full Jest compatibility is on the roadmap --- -- 🔴 +- 🟢 - [`.toHaveBeenCalled()`](https://jestjs.io/docs/expect#tohavebeencalled) --- -- 🔴 +- 🟢 - [`.toHaveBeenCalledTimes()`](https://jestjs.io/docs/expect#tohavebeencalledtimesnumber) --- @@ -312,12 +312,12 @@ Bun implements the following matchers. Full Jest compatibility is on the roadmap --- -- 🔴 +- 🟢 - [`.toMatch()`](https://jestjs.io/docs/expect#tomatchregexp--string) --- -- 🔴 +- 🟢 - [`.toMatchObject()`](https://jestjs.io/docs/expect#tomatchobjectobject) --- |