We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 70cf449 commit 8a854c0Copy full SHA for 8a854c0
1 file changed
packages/tiny-react-hooks/vitest.config.ts
@@ -8,6 +8,8 @@ export default defineConfig({
8
coverage: {
9
provider: 'v8',
10
extension: ['.ts'],
11
+ include: ['src/**/*.ts'],
12
+ exclude: ['src/**/index.ts']
13
},
14
15
});
0 commit comments