goodeggs / generator-goodeggs-npm

Generate npm modules the Good Eggs way
1 stars 0 forks source link

Javascript project created with coffeescript tests. #24

Open adborden opened 9 years ago

adborden commented 9 years ago

Run the generator, specify No when prompted for coffeescript. Tests are created as coffee.

hazeledmands commented 9 years ago

I wonder if it'd be worth adding an extra option for "language of tests".

Personally, when I'm working on a JS-only module, I still like to write the tests for it in coffee, because all the nested functions in mocha are really annoying to add parens and braces for. Opinions?