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
Fixed! For this I did a bigger refactor, actually improving the output of a lot more then just this case. See the commit and commit message for details.
rwaldron
pushed a commit
to rwaldron/qunit
that referenced
this issue
Mar 13, 2012
…s stacktrace as second argument, allowing extraction with catched exceptions (useful even in Safari). Remove old fail() function that would just log to console, not useful anymore as regular test output is much more useful by now. Move up QUnit.reset() call to just make that another failed assertion. Used to not make a test fail. Fixesqunitjs#210
When the setup fails, the stack trace provided is inside QUnit. Unlike #209, this should be easier to fix.
The text was updated successfully, but these errors were encountered: