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
loads couple of require dependencies then specify custom ui included in local repo which isn't published as separate module. I tried couple of quick approach like
specify custom ui as dependency via --require
directly try to load as same as mocha opts, --ui
but both of seems not working. Is there way I'm missing to load custom ui?
The text was updated successfully, but these errors were encountered:
Hi, I'm trying to initialize mochify to use custom ui locally placed in repo.
mocha.opts are represents as below,
loads couple of require dependencies then specify custom ui included in local repo which isn't published as separate module. I tried couple of quick approach like
--require
--ui
but both of seems not working. Is there way I'm missing to load custom ui?
The text was updated successfully, but these errors were encountered: