MrDHat / generator-node-mocha

Create a Node.js module with yo, including Mocha unit tests.
MIT License
7 stars 7 forks source link

Add posibility to select test style #11

Open dmfilipenko opened 10 years ago

dmfilipenko commented 10 years ago

I think, it would be great to allow user select unit test style: tdd or bdd, what do you think about this?

MrDHat commented 10 years ago

Its a great idea. We can prompt or use a cli option to input that from the user. Patch welcome :)