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(cli): make path-resolve tests platform-aware for Windows
- On Windows, Unix paths like /usr/local/bin/npm don't exist
- Tests now expect undefined on Windows, normalized paths on Unix
- Uses WIN32 conditional to handle platform differences properly
- Fixes 4 flaky tests that were failing in Windows CI
0 commit comments