markdown-link-check
markdown-link-check copied to clipboard
✨ add support for additional test reporters
Specifically, I've extracted the default console text reporter to a new reporter module, and added support for junit reporting.
I'm not in love with how some of the decisions I made around working with callbacks, as well as how the final junit.xml file is written upon process exit.