this repo has no description
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

add vitest coverage config

+3
+3
vitest.config.ts
··· 2 2 3 3 export default defineConfig({ 4 4 test: { 5 + coverage: { 6 + include: ['source/**/*.ts'], 7 + }, 5 8 include: ['test/**/*.ts'], 6 9 }, 7 10 });