We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5759cea commit 704c926Copy full SHA for 704c926
1 file changed
AGENTS.md
@@ -41,7 +41,10 @@ claudecode/
41
## Testing
42
43
```bash
44
+# Python tests
45
pytest claudecode -v # Run all tests (177 passing)
46
+# JavaScript tests
47
+~/.bun/bin/bun test scripts/comment-pr-findings.bun.test.js
48
```
49
50
## Code Style
0 commit comments