From 9dbe3aed8ca20fec485bcb017991a459818bb85e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Michael=20Schr=C3=B6der?= Date: Thu, 19 Oct 2023 10:21:03 +0200 Subject: [PATCH] Add unit tests to config for workflow --- package.json | 1 + 1 file changed, 1 insertion(+) diff --git a/package.json b/package.json index b73b6b3..43b2ec7 100644 --- a/package.json +++ b/package.json @@ -73,6 +73,7 @@ "test:integration": "mocha test/integration --exit", "test:integrationjunit": "mocha test/integration --exit --reporter mocha-junit-reporter", "test": "npm run test:tstap && npm run test:packagetap", + "test:unit": "npm run test:ts", "check": "tsc -p tsconfig.build.json --noEmit", "coverage": "nyc mocha --config test/mocharc.custom.json src/**/*.test.ts", "coveragejunit": "nyc --reporter=cobertura --reporter=html mocha --config test/mocharc.custom.json src/**/*.test.ts --reporter mocha-junit-reporter",