Skip to content

Commit

Permalink
chore(cli tests): Fix include glob (#11351)
Browse files Browse the repository at this point in the history
  • Loading branch information
Tobbe authored Aug 23, 2024
1 parent 71f8484 commit 974a245
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: ['**/*.test.[jt]s'],
include: ['**/*.test.[jt]s?(x)'],
exclude: [
...configDefaults.exclude,
'__fixtures__',
Expand Down

0 comments on commit 974a245

Please sign in to comment.