We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 70b7932 commit ae1e912Copy full SHA for ae1e912
vitest.config.ts
@@ -0,0 +1,11 @@
1
+import { defineConfig } from 'vitest/config';
2
+
3
+export default defineConfig({
4
+ test: {
5
+ include: ['tests/**/*.test.ts'],
6
+ coverage: {
7
+ provider: 'v8',
8
+ include: ['src/tag.ts'],
9
+ },
10
11
+});
0 commit comments