We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 58b005c commit a9cd35eCopy full SHA for a9cd35e
vitest.config.ts
@@ -2,6 +2,6 @@ import { defineConfig } from "vitest/config";
2
3
export default defineConfig({
4
test: {
5
- exclude: [],
+ exclude: ["**/node_modules/**"],
6
},
7
});
0 commit comments