From f8d4a2678d0c2fb09e7d92af4ad20a79c7ae2c54 Mon Sep 17 00:00:00 2001 From: Rak Laptudirm Date: Thu, 28 Oct 2021 12:16:15 +0530 Subject: [PATCH] chore: jest fall back --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 894c4f82d..8cf611c23 100644 --- a/package.json +++ b/package.json @@ -27,7 +27,7 @@ "devDependencies": { "babel-jest": "^26.3.0", "globby": "^12.0.2", - "jest": "^26.6.3", + "jest": "^26.4.2", "standard": "^16.0.4" } }