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
When an assertion fails, nodeunit doesn't output the two values being compared, it just says 'AssertionError'
Test:
381: test.equal('', undefined);
Output:
AssertionError
at Object.equal (/usr/local/lib/node_modules/nodeunit/lib/types.js:83:39)
at Object.exports.update_normal_orderWithPurchaseOrdersReturns (/.../my-tests.js:381:7)
The text was updated successfully, but these errors were encountered:
When an assertion fails, nodeunit doesn't output the two values being compared, it just says 'AssertionError'
Test:
Output:
The text was updated successfully, but these errors were encountered: