I learned that when using the markdown reporter on tests with `=>` functions, mocha deletes the function call from the output completely Example: - original code - https://github.com/ipfs/js-ipfs-api/blob/auto-docs/test/api/add.spec.js#L36-L40 - output with markdown reporter - https://github.com/ipfs/js-ipfs-api/blob/auto-docs/API.md#add 