You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix(test): Remove .js extensions from all git-utils imports for ts-node compatibility
Fixed all remaining dynamic imports in test file (lines 701, 770, 970) to use
TypeScript-compatible import syntax without .js extension. This resolves module
resolution errors when running tests with ts-node.
Related to Bug #5 fix commit f218631.
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude <noreply@anthropic.com>
0 commit comments