jhendley25 / generator-dyno

Yeoman Generator that gives ya ES6-ready Javascript, Browserify, Gulp, Jade, and Compass/Sass.
85 stars 14 forks source link

Add a testing framework #41

Open jhendley25 opened 9 years ago

jhendley25 commented 9 years ago

There are a lot of good ones out there. Jasmine, Karma, Mocha, Nightwatch, Intern. I'm not a huge fan of unit testing the front end, but that probably makes me the minority.

iduuck commented 9 years ago

Mocha (with a pinch of Chai), here!