keeganstreet / element-finder

Find in Files with CSS selectors
http://keegan.st/2012/06/03/find-in-files-with-css-selectors/
118 stars 8 forks source link

Write test cases with Mocha #4

Closed keeganstreet closed 11 years ago

keeganstreet commented 11 years ago

Test cases are essential to know that the module runs correctly. These tests will need to be written before we switch over from JSDOM to Cheerio, so that we can be sure that the switch doesn't break Element Finder.

keeganstreet commented 11 years ago

Unit tests have been written. I decided to use cli-easy instead of mocha