component-test
component-test copied to clipboard
options for mocha
Not sure if i'm missing something here but is there currently a way to pass options (timeout, reporter etc) to mocha? Would be cool if it were the exact same interface as mocha itself:
component test phantom \
--reporter spec \
--timeout 10000 \
--bail
I tried to use mocha.opts but this didn't work either.