Skip to content
This repository was archived by the owner on Dec 27, 2025. It is now read-only.

Commit daf5806

Browse files
committed
chore: remove unused _test_utils.ts and enable --doc check
- Remove src/commands/_test_utils.ts (never imported) - Update deno.json check task to use --doc for JSDoc validation - Update documentation to remove reference to deleted file
1 parent 74c631d commit daf5806

File tree

3 files changed

+1
-55
lines changed

3 files changed

+1
-55
lines changed

.claude/repository_development.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@ Coding conventions and development practices for the Probitas CLI.
1111

1212
**Test Utilities**
1313

14-
- Use `src/commands/_test_utils.ts` for shared test helpers
1514
- Avoid testing internal details; focus on command input/output behavior
1615

1716
## Command Implementation Pattern

deno.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
]
1515
},
1616
"tasks": {
17-
"check": "deno check ./**/*.ts",
17+
"check": "deno check --doc",
1818
"test": "deno test -A --parallel --shuffle",
1919
"test:coverage": "deno task test --coverage=.coverage",
2020
"coverage": "deno coverage .coverage --include='src/'",

src/commands/_test_utils.ts

Lines changed: 0 additions & 53 deletions
This file was deleted.

0 commit comments

Comments
 (0)