From 3117df12825e99765c8f1f4509cddcafc71789ca Mon Sep 17 00:00:00 2001 From: Christian Georgi Date: Fri, 28 May 2021 14:54:43 +0200 Subject: [PATCH] Test with Jest 26 `cds.test` seems to have issues w/ Jest 27. To be investigated... --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index d8b32c62..1eae7227 100644 --- a/package.json +++ b/package.json @@ -26,7 +26,7 @@ "fiori": "cds watch fiori", "media": "cds watch media", "mocha": "npx mocha || echo", - "jest": "npx jest", + "jest": "npx jest@^26", "test": "npm run jest --silent" }, "mocha": {