nathanboktae / mocha-phantomjs

:coffee: :ghost: Run client-side mocha tests in the command line through phantomjs
MIT License
954 stars 112 forks source link

mochaPhantomJS.run() does not pass through callback parameter #159

Closed webOS101 closed 9 years ago

webOS101 commented 9 years ago

mocha.run() accepts a method to call back when testing is complete. mochaPhantomJS.run() does not pass through any arguments. It would be helpful to have this callback available for JS code.

Virbhadrasinh commented 9 years ago

Any update on this?