Test with Jest 26

`cds.test` seems to have issues w/ Jest 27.

To be investigated...
This commit is contained in:
Christian Georgi
2021-05-28 14:54:43 +02:00
parent be685437aa
commit 3117df1282

View File

@@ -26,7 +26,7 @@
"fiori": "cds watch fiori", "fiori": "cds watch fiori",
"media": "cds watch media", "media": "cds watch media",
"mocha": "npx mocha || echo", "mocha": "npx mocha || echo",
"jest": "npx jest", "jest": "npx jest@^26",
"test": "npm run jest --silent" "test": "npm run jest --silent"
}, },
"mocha": { "mocha": {