jsoverson / preprocess

Preprocess HTML, JavaScript, and other files with directives based off custom or ENV configuration
Other
366 stars 80 forks source link

Port existing test suite from nodeunit to mocha #69

Closed BendingBender closed 9 years ago

BendingBender commented 9 years ago

Mocha is a much more power testing framework. In particular, it would become very easy to integrate a code coverage tool like istanbul or blanket.js in a follow-up step.