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
but yeah I guess node's assert reports the failed assertion as in "assertion of 4 == 2" failed, instead of negating, I dont use it much other than assert(foo == bar, 'msg')
I think this is a Mocha bug, but it may be in Node's assertion module.
Many failing tests show
ssertionError
instead ofAssertionError
.Steps to reproduce:
Write a failing test such as:
Output:
Expected output:
Also:
The text was updated successfully, but these errors were encountered: