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): normalize expected paths in cross-platform tests
The utils functions use normalizePath() which converts all backslashes to
forward slashes. Tests were comparing against path.resolve() and path.join()
which preserve native separators, causing failures on Windows CI.
Solution: Wrap expected path values with normalizePath() to match the actual
output format (forward slashes on all platforms).
0 commit comments