Skip to content

Commit

Permalink
Add the 5 new bun:test matchers to writing.md docs (#11803)
Browse files Browse the repository at this point in the history
  • Loading branch information
diogomdp authored Jun 12, 2024
1 parent bd6a605 commit fab96a7
Showing 1 changed file with 24 additions and 0 deletions.
24 changes: 24 additions & 0 deletions docs/test/writing.md
Original file line number Diff line number Diff line change
Expand Up @@ -305,6 +305,30 @@ Bun implements the following matchers. Full Jest compatibility is on the roadmap

---

-
- [`.toContainAllKeys()`](https://jest-extended.jestcommunity.dev/docs/matchers/Object#tocontainallkeyskeys)

---

-
- [`.toContainValue()`](https://jest-extended.jestcommunity.dev/docs/matchers/Object#tocontainvaluevalue)

---

-
- [`.toContainValues()`](https://jest-extended.jestcommunity.dev/docs/matchers/Object#tocontainvaluesvalues)

---

-
- [`.toContainAllValues()`](https://jest-extended.jestcommunity.dev/docs/matchers/Object#tocontainallvaluesvalues)

---
-
- [`.toContainAnyValues()`](https://jest-extended.jestcommunity.dev/docs/matchers/Object#tocontainanyvaluesvalues)

---

-
- [`.toStrictEqual()`](https://jestjs.io/docs/expect#tostrictequalvalue)

Expand Down

0 comments on commit fab96a7

Please sign in to comment.