Skip to content

Commit

Permalink
Add unit tests to config for workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
Michael Schröder committed Oct 19, 2023
1 parent cf97746 commit 9dbe3ae
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit 9dbe3ae

Please sign in to comment.