Use latest Jest

This commit is contained in:
Christian Georgi
2021-07-12 14:02:42 +02:00
parent 592e945c28
commit 44e14926e4

View File

@@ -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": {