diff --git a/package.json b/package.json index 208ca3e7..8fbbfe59 100644 --- a/package.json +++ b/package.json @@ -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