component-test icon indicating copy to clipboard operation
component-test copied to clipboard

options for mocha

Open queckezz opened this issue 11 years ago • 0 comments

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.

queckezz avatar May 07 '14 19:05 queckezz