kimroen / ember-cli-coffeescript

Adds precompilation of CoffeeScript files and all the basic generation types to the ember generate command.
MIT License
72 stars 49 forks source link

Tests are not generated for CoffeeLint #148

Open boris-petrov opened 6 years ago

boris-petrov commented 6 years ago

That is, in addition to having CoffeeLint's output in my console when I run ember server, I would also like to have tests generated and be able to run them with ember test. Is this possible?