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

@@ -26,4 +26,5 @@ jobs:
node-version: ${{ matrix.node-version }}
- run: npm i -g npm@8
- run: npm ci
- run: npm test
- run: npm run test
- run: npm run test:mocha

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