asafdav / ng-csv

Simple directive that turns arrays and objects into downloadable CSV files
MIT License
573 stars 215 forks source link

updates test infrastructure (fixes #162) #163

Open jnelson opened 8 years ago

jnelson commented 8 years ago

Updates karma-phantomjs-launcher to 1.0.0. This change automatically updates the PhantomJS dependency from 1.x to 2.x. PhantomJS 2.x supports Function.prototype.bind, allowing the tests to run as expected.