maid icon indicating copy to clipboard operation
maid copied to clipboard

Add proper tests

Open egoist opened this issue 6 years ago • 4 comments

egoist avatar May 31 '18 14:05 egoist

tap tape and nyc are all good simple tools for test and test coverage.

Marak avatar May 31 '18 15:05 Marak

I prefer Jest though 😄 or AVA as a tape alternative.

egoist avatar May 31 '18 15:05 egoist

I write some basic tests, we can start here: https://github.com/egoist/maid/blob/master/test/parseMarkdown.test.js

egoist avatar Jun 01 '18 08:06 egoist

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.

zephraph avatar Jun 03 '18 23:06 zephraph