Compare commits
4 Commits
common-con
...
mocha
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
173eda2d72 | ||
|
|
a486b1ee19 | ||
|
|
8eb13d1e45 | ||
|
|
defb62d232 |
3
.github/workflows/node.js.yml
vendored
3
.github/workflows/node.js.yml
vendored
@@ -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
|
||||
|
||||
@@ -37,6 +37,7 @@
|
||||
"jest": "npx jest",
|
||||
"start": "cds watch fiori",
|
||||
"test": "npm run jest -- --silent",
|
||||
"test:mocha": "npx mocha --parallel --recursive --timeout 20000",
|
||||
"test:hello": "cd hello && npm test"
|
||||
},
|
||||
"jest": {
|
||||
|
||||
Reference in New Issue
Block a user