Skip to content

Commit b2bc7a6

Browse files
committed
test: Adjust Vitest to only run on *.test files
1 parent fe50f62 commit b2bc7a6

File tree

2 files changed

+1
-0
lines changed

2 files changed

+1
-0
lines changed

vitest.config.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,5 +21,6 @@ export default defineConfig({
2121
},
2222
environment: 'node',
2323
globals: true,
24+
include: ['**/*.test.*'],
2425
},
2526
});

0 commit comments

Comments
 (0)