Skip to content

Commit d997e23

Browse files
committed
Update vitest.config.ts
1 parent de7e705 commit d997e23

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

vitest.config.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ export default defineConfig({
1010
reporter: ['html', 'text', 'lcov', 'json'],
1111
provider: 'istanbul',
1212
exclude: [
13+
'**/*.test.*',
1314
'content/**',
1415
'fixtures/**',
1516
'sample*/**',

0 commit comments

Comments
 (0)