Skip to content

Commit

Permalink
test(init): 初始化测试配置 (#10)
Browse files Browse the repository at this point in the history
  • Loading branch information
waset authored Oct 22, 2024
1 parent fbaaa11 commit abaf630
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 0 deletions.
7 changes: 7 additions & 0 deletions playground/vitest.config.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
import { defineConfig } from 'vitest/config'

export default defineConfig({
test: {
include: ['./**/*.test.ts'],
},
})
7 changes: 7 additions & 0 deletions vitest.config.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
import { defineConfig } from 'vitest/config'

export default defineConfig({
test: {
include: ['test/**/*.test.ts'],
},
})

0 comments on commit abaf630

Please sign in to comment.