You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If I run mocha-webpack with two reporters --reporter mocha-junit-reporter --reporter spec I get
Error: Duplicating arguments for "--reporter" is not allowed. "--reporter mocha-junit-reporter --reporter spec" was provided, but expected "--reporter mocha-junit-reporter"
seems an overlooked feature as I need to be able to run mocha-junit-reporter and also use the basic spec reporter otherwise I'm not told what test has failed in the command line output.
The text was updated successfully, but these errors were encountered:
If I run mocha-webpack with two reporters
--reporter mocha-junit-reporter --reporter spec
I getseems an overlooked feature as I need to be able to run mocha-junit-reporter and also use the basic spec reporter otherwise I'm not told what test has failed in the command line output.
The text was updated successfully, but these errors were encountered: