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
As per ipld/js-ipld-dag-pb#184 (comment) it appears that chai will deep equality check with duck typed counterpart of the instance because of the [Symbol.toStringTag] getter this library adds.
I have created pull request to illustrate this #26, although this library uses jest instead of chai same issue appears to manifest. Unwapped class does not seem to exhibit this behavior.
The text was updated successfully, but these errors were encountered:
As per ipld/js-ipld-dag-pb#184 (comment) it appears that chai will deep equality check with duck typed counterpart of the instance because of the
[Symbol.toStringTag]
getter this library adds.I have created pull request to illustrate this #26, although this library uses jest instead of chai same issue appears to manifest. Unwapped class does not seem to exhibit this behavior.
The text was updated successfully, but these errors were encountered: