diff --git a/docs/guides/test/migrate-from-jest.md b/docs/guides/test/migrate-from-jest.md index ca582a5efe..5cec8c9e9f 100644 --- a/docs/guides/test/migrate-from-jest.md +++ b/docs/guides/test/migrate-from-jest.md @@ -30,7 +30,6 @@ Bun implements the vast majority of Jest's matchers, but compatibility isn't 100 Some notable missing features: -- `expect.extend()` - `expect().toMatchInlineSnapshot()` - `expect().toHaveReturned()`