From b362d955c426112294e0cb7cbc9f790d1c9688f3 Mon Sep 17 00:00:00 2001 From: Daniel Date: Sun, 5 Apr 2020 03:54:12 +0200 Subject: [PATCH] Added npm test script --- package.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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