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): guard npm module path lookup when HOME is unset
Windows CI runners often lack HOME, which made Join-Path throw inside
Get-TestNodeModuleSearchPaths and fail binary conversion integration
tests before they could skip missing npm packages. Fall back to
USERPROFILE and skip null base paths instead.
Co-authored-by: Michael Bolens <bolens@users.noreply.github.com>
0 commit comments