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
Per the QUnit 2.x Upgrade Guide, logging callbacks should no longer be directly assigned to QUnit.log and similar. Instead they should be invoked as functions: QUnit.log(onLog).
Logging callbacks:
begin
done
log
moduleDone
moduleStart
testDone
testStart
The text was updated successfully, but these errors were encountered:
Per the QUnit 2.x Upgrade Guide, logging callbacks should no longer be directly assigned to
QUnit.log
and similar. Instead they should be invoked as functions:QUnit.log(onLog)
.Logging callbacks:
begin
done
log
moduleDone
moduleStart
testDone
testStart
The text was updated successfully, but these errors were encountered: