We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a75ec92 commit 01e3f48Copy full SHA for 01e3f48
1 file changed
vite.config.ts
@@ -87,5 +87,6 @@ export default defineConfig({
87
},
88
globals: true,
89
include: ['**/phpmyfaq/assets/**/*.test.ts', '**/phpmyfaq/admin/assets/**/*.test.ts'],
90
+ exclude: ['**/node_modules/**', '.claude/**'],
91
92
});
0 commit comments