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
As noted in the QUnit 2.x Upgrade Guide, the method for pushing custom assertions has moved from QUnit to the assert object.
This one might be trickier because we may need to differentiate between whether we are in an assertion function (use this.push) or in a custom test/handler (perhaps use QUnit.config.current somehow?). This is probably lower priority as well.
The text was updated successfully, but these errors were encountered:
As noted in the QUnit 2.x Upgrade Guide, the method for pushing custom assertions has moved from
QUnit
to theassert
object.This one might be trickier because we may need to differentiate between whether we are in an assertion function (use
this.push
) or in a custom test/handler (perhaps useQUnit.config.current
somehow?). This is probably lower priority as well.The text was updated successfully, but these errors were encountered: