mirror of
https://github.com/amitwh/markdown-converter.git
synced 2026-08-23 23:10:17 +05:30
Three lines in tests/main/ImageOperations.test.js (copied verbatim from the task brief's sample) exceeded the project's 100-char width, failing npm run format:check. Ran npm run format to auto-fix; no behavioral change. Amit Haridas