- Added proper PathUtils mock setup in beforeEach for Word Count and Link Validation test suite - Fixed incorrect word count expectation: "This is visible. More visible." has 5 words, not 6 - Removed temporary debug console.error statement - All 760 tests now passing The tests were failing because PathUtils.isValidVaultPath was not being mocked, causing "Invalid path" errors. The word count test had an off-by-one error in the expected value.
49 KiB
49 KiB