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: fix import paths and improve skip explanation for path-resolve tests
Fix incorrect import paths (../constants.mts -> ../../constants.mts) and provide clearer explanation of why tests are skipped: mock-fs completely replaces the filesystem, preventing access to real dependencies needed by the tested code.
0 commit comments