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
test(backend): fix repoCompileUtils tests broken by fs.stat directory check
Mocks fs/promises so tests don't hit the real filesystem. The directory
check added in #1049 caused all file-based config tests to fail since
fake paths like /path/to/valid/repo don't exist on disk. Also adds a
test verifying that a file path (non-directory) produces a warning.
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
0 commit comments