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
You actually can continue to use mocha --ui qunit-mocha-ui if you add --require ./test/qunit and then create the test/qunit.js file with the following content:
I'm guessing you could just do that in qunit-mocha-ui/index.js, so all that's needed is something like mocha --require qunit-mocha-ui --ui qunit-mocha-ui.
The text was updated successfully, but these errors were encountered:
I've submitted a pull request to mocha to add native support for using the --ui option to load an external interface. If it gets accepted, we should be able to close this issue after I update the docs. mochajs/mocha#851
Hey,
You actually can continue to use
mocha --ui qunit-mocha-ui
if you add--require ./test/qunit
and then create thetest/qunit.js
file with the following content:I'm guessing you could just do that in
qunit-mocha-ui/index.js
, so all that's needed is something likemocha --require qunit-mocha-ui --ui qunit-mocha-ui
.The text was updated successfully, but these errors were encountered: