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
runMocha() in module test/integration/helpers is suited to testing raw reporter output, but unfortunately it's being used in a couple places to check failures, passes, errors, etc.
Use runMochaJSON() instead if we're not testing raw reporter output.
The text was updated successfully, but these errors were encountered:
runMocha()
in moduletest/integration/helpers
is suited to testing raw reporter output, but unfortunately it's being used in a couple places to check failures, passes, errors, etc.Use
runMochaJSON()
instead if we're not testing raw reporter output.The text was updated successfully, but these errors were encountered: