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
This is by design. Some times you need to use things like .exists() for control-flow, adding a message is how you tell FuncUnit that this .exists() is an assertion.
If
exists()
is the only test which runs and a message is omitted, QUnit will complain that at least 1 assertion was expected.The following will report that 1 assertion was successful:
The text was updated successfully, but these errors were encountered: