Isolate all TS stuff in hello package

This commit is contained in:
Christian Georgi
2021-07-13 13:22:30 +02:00
parent 47a58e7393
commit 00bfc1507e
6 changed files with 9 additions and 2 deletions

View File

@@ -30,7 +30,12 @@
"media": "cds watch media",
"mocha": "npx mocha || echo",
"jest": "npx jest",
"test": "npm run jest --silent"
"test": "npm run jest --silent && npm run test:hello",
"test:hello": "cd hello && npm test"
},
"jest": {
"testEnvironment": "node",
"testMatch": ["**/*.test.js"]
},
"mocha": {
"parallel": true