Skip to content

Commit eedf6b3

Browse files
committed
feat: add test coverage reporting
1 parent e315714 commit eedf6b3

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

scripts/gqm_gen/package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,8 @@
1010
"scripts": {
1111
"build": "tsc",
1212
"start": "tsc ./index.ts && node index.js",
13-
"test": "tsc && node --import tsx --test-only *test.ts"
13+
"test": "tsc && node --import tsx --test-only *test.ts",
14+
"coverage": "nyc npm run test"
1415
},
1516
"devDependencies": {
1617
"@types/commonmark": "^0.27.7",

0 commit comments

Comments
 (0)