jdcataldo / grunt-mocha-phantomjs

A simple grunt wrapper for mocha-phantomjs to allow for ci integration
MIT License
70 stars 40 forks source link

Fix an error where useColors set to false will crash the code #40

Closed ade closed 9 years ago

ade commented 9 years ago

Setting useColors to false will cause an error as options.config is undefined.