Skip to content

Commit

Permalink
only include .test.js .test.ts files
Browse files Browse the repository at this point in the history
  • Loading branch information
Tobbe committed Aug 23, 2024
1 parent 0371eff commit 0c9d200
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/cli/vitest.workspaces.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ export default defineWorkspace([
extends: './vitest.config.mts',
test: {
name: 'root',
include: ['**/__tests__/**/*.[jt]s?(x)', '**/*.test.[jt]s?(x)'],
include: ['**/*.test.[jt]s'],
exclude: [
...configDefaults.exclude,
'__fixtures__',
Expand Down

0 comments on commit 0c9d200

Please sign in to comment.