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): make getCommonAncestor tests cross-platform
Tests were using hardcoded POSIX paths which fail on Windows
because path.resolve() converts them to Windows-style paths.
Now using path.join() and endsWith() assertions for portability.
0 commit comments