From c20f748e975c57e24d8646d6574d857ab5574cf5 Mon Sep 17 00:00:00 2001 From: BowTiedRadone Date: Wed, 8 Jan 2025 14:45:05 +0200 Subject: [PATCH] Add coverage test script to `package.json` --- package.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index 21a986ae..9941da24 100644 --- a/package.json +++ b/package.json @@ -8,7 +8,8 @@ }, "scripts": { "postinstall": "npx -p typescript tsc --project tsconfig.json && node -e \"if (process.platform !== 'win32') require('fs').chmodSync('./dist/app.js', 0o755);\"", - "test": "npx tsc --project tsconfig.json && npx jest" + "test": "npx tsc --project tsconfig.json && npx jest", + "test:coverage": "npx tsc --project tsconfig.json && npx jest --coverage" }, "keywords": [ "stacks",