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
The codebase seems have a convention of using diffString to contain the diff() result, would be a good idea to update the code example to consistently use diffString instead (i.e. replace all instances of difference to diffString).
The text was updated successfully, but these errors were encountered:
This issue has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs.
Please note this issue tracker is not a help forum. We recommend using StackOverflow or our discord channel for questions.
🐛 Bug Report
The code example in the documentation's custom-matchers-api (this.utils) section referenced a non-existent variable
diffString
.To Reproduce
Steps to reproduce the behavior:
Expected behavior
The codebase seems have a convention of using
diffString
to contain thediff()
result, would be a good idea to update the code example to consistently usediffString
instead (i.e. replace all instances ofdifference
todiffString
).The text was updated successfully, but these errors were encountered: