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.
2 parents b1b8404 + a80be84 commit 664afccCopy full SHA for 664afcc
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