Skip to content

Commit

Permalink
test(sidetrack): exclude unnecessary coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
aniravi24 committed Feb 20, 2025
1 parent b7a27b0 commit 0632d49
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion packages/sidetrack/vitest.config.mts
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,11 @@ export default defineConfig(() => {
},
plugins: [tsconfigPaths()],
test: {
coverage: {
exclude: ['./src/cli.ts', '.kanelrc.js', '*.config*']
},
include: ["./test/**/*.test.ts"],
setupFiles: ["./test/setup.ts"],
setupFiles: ["./test/setup.ts"]
},
};
});

0 comments on commit 0632d49

Please sign in to comment.