Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 57fee29

Browse files
authored
chore(test): correct glob pattern for config exclusion (#4707)
1 parent ea0aec9 commit 57fee29

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

vitest.config.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ export default defineConfig({
3333
exclude: [
3434
'packages/.vitepress/**',
3535
'playgrounds/**',
36-
'**/(unocss,taze).config.ts',
36+
'**/{unocss,taze}.config.ts',
3737
'scripts/**',
3838
...coverageConfigDefaults.exclude,
3939
],

0 commit comments

Comments
 (0)