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
window.onerror calls QUnit.test to display context-free global errors. QUnit.test no-ops unless the new test passes validTest, which checks against URL parameters like module and testNumber.
This structure can result in global errors being hidden when specific modules or tests were requested, which is rare but possible. Global errors should always be considered valid for display.
The text was updated successfully, but these errors were encountered:
gibson042
added a commit
to gibson042/qunit
that referenced
this issue
Aug 2, 2012
window.onerror
callsQUnit.test
to display context-free global errors.QUnit.test
no-ops unless the new test passesvalidTest
, which checks against URL parameters likemodule
andtestNumber
.This structure can result in global errors being hidden when specific modules or tests were requested, which is rare but possible. Global errors should always be considered valid for display.
The text was updated successfully, but these errors were encountered: