Add 5 tests for folder-not-file error cases: - read_note when path is a folder (line 61-66 in source) - rename_file when source path is a folder (line 377) - rename_file when destination path is a folder (line 408) - read_excalidraw when path is a folder (line 590) - update_frontmatter when path is a folder (line 710) - update_sections when path is a folder (line 836) All tests verify error message uses ErrorMessages.notAFile() Coverage for note-tools.ts increased to 98%
35 KiB
35 KiB