Skip to content

Commit 664afcc

Browse files
authored
feat(testes): corrigindo o vitest para cobertura de testes (#103)
2 parents b1b8404 + a80be84 commit 664afcc

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

backend/vitest.config.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ export default defineConfig(({ mode }) => {
1313
coverage: {
1414
provider: "v8",
1515
reporter: ["text", "html"],
16+
include: ["src/**/*.ts"],
1617
thresholds: {
1718
lines: 80,
1819
functions: 80,

0 commit comments

Comments
 (0)