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 1f5167a commit ba33e2bCopy full SHA for ba33e2b
apps/oxlint/vitest.config.ts
@@ -1,3 +1,7 @@
1
-import { defineConfig } from 'vitest/config';
+import { configDefaults, defineConfig } from 'vitest/config';
2
3
-export default defineConfig({});
+export default defineConfig({
4
+ test: {
5
+ exclude: [...configDefaults.exclude, 'fixtures/**'],
6
+ },
7
+});
0 commit comments