From 71d9d9aabbfbeffb23312c045538b1538ae2690a Mon Sep 17 00:00:00 2001 From: Gareth Jones <3151613+G-Rath@users.noreply.github.com> Date: Wed, 18 Jun 2025 09:09:36 +1200 Subject: [PATCH] docs: update references to Jest v30 --- docs/rules/no-alias-methods.md | 2 +- docs/rules/no-deprecated-functions.md | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/rules/no-alias-methods.md b/docs/rules/no-alias-methods.md index d69777b76..0df4fcb32 100644 --- a/docs/rules/no-alias-methods.md +++ b/docs/rules/no-alias-methods.md @@ -10,7 +10,7 @@ This rule _warns_ in the 🎨 `style` -> These aliases are going to be removed in the next major version of Jest - see +> These aliases have been removed in Jest v30 - see > for more Several Jest methods have alias names, such as `toThrow` having the alias of diff --git a/docs/rules/no-deprecated-functions.md b/docs/rules/no-deprecated-functions.md index cd6549327..965f38350 100644 --- a/docs/rules/no-deprecated-functions.md +++ b/docs/rules/no-deprecated-functions.md @@ -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.