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 e7d7c54 commit 2c58734Copy full SHA for 2c58734
vitest.config.js
@@ -3,5 +3,6 @@ import { defineConfig } from "vitest/config";
3
export default defineConfig({
4
test: {
5
testTimeout: 0,
6
+ exclude: ["templates"],
7
},
8
});
0 commit comments