Skip to content

Commit

Permalink
chore: 单元测试只测试后缀 .spec.ts
Browse files Browse the repository at this point in the history
Co-authored-by: ygqygq2 <[email protected]>
  • Loading branch information
ygqygq2 committed Apr 22, 2024
1 parent 274bb73 commit 0129db6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vite.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ export default defineConfig({
],
},
test: {
include: ['src/test/unit/**/*.spec.ts', 'src/test/suite/**/*.test.ts'],
include: ['src/test/unit/**/*.spec.ts'],
coverage: {
exclude: ['node_modules', 'out', 'src/test', 'src/typings', '.vscode-test'],
},
Expand Down

0 comments on commit 0129db6

Please sign in to comment.