Files
bun.sh/test/js
Claude Bot 29dc5af8c9 test(bun:git): Add comprehensive tests for bun:git module
Tests cover:
- Repository constructor, find(), init()
- Repository properties (path, gitDir, isBare, head, branch, isClean)
- Repository methods (getCommit, getBranch, getRemote, status, add, commit, reset)
- Commit properties (sha, shortSha, message, summary, author, committer, parents, tree)
- Commit methods (parent, listFiles, getFile, isAncestorOf, diff)
- Config get/set operations
- StatusEntry properties
- Diff operations
- Error classes

Co-Authored-By: Claude <noreply@anthropic.com>
2026-01-16 06:52:19 +00:00
..