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 fdb1fe6 commit a80be84Copy full SHA for a80be84
1 file changed
backend/vitest.config.js
@@ -13,6 +13,7 @@ export default defineConfig(({ mode }) => {
13
coverage: {
14
provider: "v8",
15
reporter: ["text", "html"],
16
+ include: ["src/**/*.ts"],
17
thresholds: {
18
lines: 80,
19
functions: 80,
0 commit comments