maid
maid copied to clipboard
Add proper tests
tap tape and nyc are all good simple tools for test and test coverage.
I prefer Jest though 😄 or AVA as a tape alternative.
I write some basic tests, we can start here: https://github.com/egoist/maid/blob/master/test/parseMarkdown.test.js
I started some with one of my PRs. Wish you were using jest 😛. I'm really interested in this project, so I'll try to add some more as I'm playing with other stuff.