Skip to content

Commit c65aa4a

Browse files
🔧 - chore: fix exclude paths in vitest.config.ts
1 parent b56c25d commit c65aa4a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

frontend/vitest.config.ts

+2-2
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@ export default defineConfig({
1313
exclude: [
1414
"/node_modules/",
1515
"/fixtures/",
16-
".*\\.test\\.tsx?",
17-
".*\\.stories\\.tsx?",
16+
"/**/*.test.tsx",
17+
"/**/*.stories.tsx",
1818
],
1919
},
2020
},

0 commit comments

Comments
 (0)