From 6d04ff0bb2a909f1a135b1796e328147e981a74b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fredrik=20Adel=C3=B6w?= Date: Wed, 17 Dec 2025 12:04:57 +0100 Subject: [PATCH] add the jest30 migration to the sidebar MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Fredrik Adelöw --- microsite/sidebars.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/microsite/sidebars.ts b/microsite/sidebars.ts index fa42e99076..d2f6891323 100644 --- a/microsite/sidebars.ts +++ b/microsite/sidebars.ts @@ -624,6 +624,7 @@ export default { }, { Migrations: [ + 'tutorials/jest30-migration', 'tutorials/react-router-stable-migration', 'tutorials/react18-migration', 'tutorials/package-role-migration',