From 44e14926e4aa3285ca435456ce208408a1b2f244 Mon Sep 17 00:00:00 2001 From: Christian Georgi Date: Mon, 12 Jul 2021 14:02:42 +0200 Subject: [PATCH] Use latest Jest --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index c54d0440..0d0b406c 100644 --- a/package.json +++ b/package.json @@ -29,7 +29,7 @@ "fiori": "cds watch fiori", "media": "cds watch media", "mocha": "npx mocha || echo", - "jest": "npx jest@^26", + "jest": "npx jest", "test": "npm run jest --silent" }, "mocha": {