ngbp / spell-karma

An addon to add Karma unit testing support to the Warlock spell for managing client-side webapps.
MIT License
1 stars 1 forks source link

Support for CoffeeScript Specs #2

Open Merott opened 10 years ago

Merott commented 10 years ago

Allow spec files to be written in CoffeeScript.

I felt that the karma plugin was the right place to have this, since one shouldn't need to include a coffee spell just to be able to execute tests written in CoffeeScript. Also, we don't build *.spec.coffee files into the build directory, so spell-karma needs to be able to process CoffeeScript directly from source.