Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/rules/no-alias-methods.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ This rule _warns_ in the 🎨 `style`

<!-- end auto-generated rule header -->

> These aliases are going to be removed in the next major version of Jest - see
> These aliases have been removed in Jest v30 - see
> <https://github.com/jestjs/jest/issues/13164> for more

Several Jest methods have alias names, such as `toThrow` having the alias of
Expand Down
4 changes: 2 additions & 2 deletions docs/rules/no-deprecated-functions.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,5 +53,5 @@ Jest 27.

### `jest.genMockFromModule`

This function was renamed to `createMockFromModule` in Jest 26, and is scheduled
for removal in Jest 30.
This function was renamed to `createMockFromModule` in Jest 26, and removed in
Jest 30.