Skip to content

Commit 78fe5d5

Browse files
committed
Address PR review comments: fix UNC path handling, improve test coverage, remove problematic test files
- Fixed UNC path handling bug in normalizePath function to preserve leading double backslashes - Added comprehensive test coverage for drive letter capitalization and UNC paths - Removed file-operations.test.ts and core-functionality.test.ts as they were testing their own code rather than actual server functionality - All path-utils tests now pass with 100% coverage of the actual utility functions
1 parent 644bd6b commit 78fe5d5

4 files changed

Lines changed: 49 additions & 374 deletions

File tree

src/filesystem/__tests__/core-functionality.test.ts

Lines changed: 0 additions & 119 deletions
This file was deleted.

src/filesystem/__tests__/file-operations.test.ts

Lines changed: 0 additions & 252 deletions
This file was deleted.

0 commit comments

Comments
 (0)