Skip to content

Commit 8dd2d5b

Browse files
committed
Add coverage scripts
1 parent ed3f110 commit 8dd2d5b

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

package.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,9 @@
1313
"build": "run-s compile:*",
1414
"test": "npm run test:unit & npm run test:e2e",
1515
"test:unit": "vitest --project unit",
16+
"test:unit:coverage": "vitest run --project unit --coverage",
1617
"test:e2e": "vitest --project e2e",
18+
"test:e2e:coverage": "vitest run --project e2e --coverage",
1719
"test:list": "vitest list"
1820
},
1921
"keywords": [],

0 commit comments

Comments
 (0)