Execute mocha tests as well

This commit is contained in:
Christian Georgi
2022-08-15 14:54:35 +02:00
parent 8ab66b4130
commit defb62d232
2 changed files with 3 additions and 1 deletions

View File

@@ -29,6 +29,7 @@
"jest": "npx jest",
"start": "cds watch fiori",
"test": "npm run jest -- --silent",
"test:mocha": "npx mocha --timeout 10000",
"test:hello": "cd hello && npm test"
},
"jest": {