We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ed3f110 commit 8dd2d5bCopy full SHA for 8dd2d5b
1 file changed
package.json
@@ -13,7 +13,9 @@
13
"build": "run-s compile:*",
14
"test": "npm run test:unit & npm run test:e2e",
15
"test:unit": "vitest --project unit",
16
+ "test:unit:coverage": "vitest run --project unit --coverage",
17
"test:e2e": "vitest --project e2e",
18
+ "test:e2e:coverage": "vitest run --project e2e --coverage",
19
"test:list": "vitest list"
20
},
21
"keywords": [],
0 commit comments