Added npm test script

This commit is contained in:
Daniel
2020-04-05 03:54:12 +02:00
parent faa910161a
commit b362d955c4

View File

@@ -20,7 +20,8 @@
},
"scripts": {
"mocha": "npx mocha || echo",
"jest": "npx jest"
"jest": "npx jest",
"test": "npm run jest -s"
},
"license": "SAP SAMPLE CODE LICENSE",
"private": true