diff options
Diffstat (limited to 'docs/cli')
-rw-r--r-- | docs/cli/test.md | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/docs/cli/test.md b/docs/cli/test.md index 9eef73c6d..745e8aef1 100644 --- a/docs/cli/test.md +++ b/docs/cli/test.md @@ -196,10 +196,10 @@ Bun implements the following matchers. Full Jest compatibility is on the roadmap - [ ] [`.toHaveLastReturnedWith()`](https://jestjs.io/docs/expect#tohavelastreturnedwithvalue) - [ ] [`.toHaveNthReturnedWith()`](https://jestjs.io/docs/expect#tohaventhreturnedwithnthcall-value) - [ ] [`.toBeCloseTo()`](https://jestjs.io/docs/expect#tobeclosetonumber-numdigits) -- [ ] [`.toBeGreaterThan()`](https://jestjs.io/docs/expect#tobegreaterthannumber--bigint) -- [ ] [`.toBeGreaterThanOrEqual()`](https://jestjs.io/docs/expect#tobegreaterthanorequalnumber--bigint) -- [ ] [`.toBeLessThan()`](https://jestjs.io/docs/expect#tobelessthannumber--bigint) -- [ ] [`.toBeLessThanOrEqual()`](https://jestjs.io/docs/expect#tobelessthanorequalnumber--bigint) +- [x] [`.toBeGreaterThan()`](https://jestjs.io/docs/expect#tobegreaterthannumber--bigint) +- [x] [`.toBeGreaterThanOrEqual()`](https://jestjs.io/docs/expect#tobegreaterthanorequalnumber--bigint) +- [x] [`.toBeLessThan()`](https://jestjs.io/docs/expect#tobelessthannumber--bigint) +- [x] [`.toBeLessThanOrEqual()`](https://jestjs.io/docs/expect#tobelessthanorequalnumber--bigint) - [ ] [`.toBeInstanceOf()`](https://jestjs.io/docs/expect#tobeinstanceofclass) - [ ] [`.toContainEqual()`](https://jestjs.io/docs/expect#tocontainequalitem) - [ ] [`.toMatch()`](https://jestjs.io/docs/expect#tomatchregexp--string) |