Skip to content

Commit 704c926

Browse files
committed
Document test commands in AGENTS
1 parent 5759cea commit 704c926

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

AGENTS.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,10 @@ claudecode/
4141
## Testing
4242

4343
```bash
44+
# Python tests
4445
pytest claudecode -v # Run all tests (177 passing)
46+
# JavaScript tests
47+
~/.bun/bin/bun test scripts/comment-pr-findings.bun.test.js
4548
```
4649

4750
## Code Style

0 commit comments

Comments
 (0)