busterjs / grunt-buster

Grunt task for running Buster.JS tests in Node.js or headless in PhantomJS
MIT License
35 stars 14 forks source link

Core refactor #22

Closed myme closed 11 years ago

myme commented 11 years ago

Refactor the whole buster grunt task to make it possible to start the buster server and phantomjs independently from running the tests. Required in order to fix #9. This also makes it possible to write unit tests for the plugin.

jodal commented 11 years ago

Other than the exports comment, this LGTM.