babel/generator-babel-boilerplate

Karma option

Closed this issue · 1 comments

There should prob. be an option to use Karma instead of the current setup of Node + spec runner file. Karma isn't a good choice for server-side scripts, but it's not as nice for giant apps (which prob. want to be tested in multiple browsers), or just any library that interfaces with the DOM. Ref: #234

I could even add a fn#bind polyfill for Phantom < 2 until the newer version is released on npm.

Closing in favor of #263