From 3b110e542b5fee5acb0fb365d2b0d81b0ab173b2 Mon Sep 17 00:00:00 2001 From: Robin Tail Date: Sun, 12 May 2024 23:55:22 +0200 Subject: [PATCH] Compat: testing against Jest 30 Alpha 4. --- tests/compat/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/compat/package.json b/tests/compat/package.json index 7dc327ae3..83c5bff9a 100644 --- a/tests/compat/package.json +++ b/tests/compat/package.json @@ -9,7 +9,7 @@ "express-zod-api": "link:../.." }, "devDependencies": { - "jest": "^30.0.0-alpha.3", + "jest": "^30.0.0-alpha.4", "@types/jest": "^29.5.12", "@swc/core": "^1.3.100", "@swc/jest": "^0.2.29"