Skip to content

Commit c78b1c2

Browse files
committed
chore: add comment explaining cli.ts coverage exclusion
1 parent 6414815 commit c78b1c2

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

vitest.config.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -72,6 +72,7 @@ export default defineConfig({
7272
"**/*.spec.ts",
7373
"**/*.d.ts",
7474
"tests/**",
75+
// CLI entry points (shebang wrappers that call program.parse) — not unit-testable
7576
"packages/otplib-cli/src/**/cli.ts",
7677
],
7778
thresholds: {

0 commit comments

Comments
 (0)