Skip to content

Commit 0913ea3

Browse files
committed
feat: adjusting test config
1 parent 0a7d98e commit 0913ea3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

ts/vitest.config.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ import { defineConfig } from 'vitest/config'
22

33
export default defineConfig({
44
test: {
5-
include: ['src/**/*.test.ts'],
5+
include: ['**/*.test.ts'],
66
exclude: ['**/dist/**', '**/node_modules/**', '**/examples/**'],
77
},
88
})

0 commit comments

Comments
 (0)