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
I'm getting the following error with an extended stack trace:
AssertionError: expected true to be undefined
at Assertion.<anonymous> (src/chai-files.js:52:12)
at Assertion.Object.defineProperty.get (node_modules/chai/lib/chai/utils/overwriteProperty.js:50:37)
at Context.<anonymous> (test/test.js:18:25)
@keithamus adding the #514 change to overwriteProperty() seems to fix the seconds issue, but not the first. I'll see if I can come up with a way to fix the first too.
let's say I use the following assertion:
I get the following error with the expected stack trace:
If I overwrite the
undefined
property like this:I'm getting the following error with an extended stack trace:
If I overwrite the
undefined
property like this:I'm getting the following error with a missing stack trace:
The text was updated successfully, but these errors were encountered: