We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
After upgrading jest to 29.4.0. Using expect.jsonContaining triggers the following error TypeError: this.customTesters is not iterable.
expect.jsonContaining
TypeError: this.customTesters is not iterable
I suspect this is likely due to changes from jestjs/jest#13654.
jest-json-matchers/index.ts
Line 75 in 469552f
expect.getState()
this
The text was updated successfully, but these errors were encountered:
Thanks for your report @justin-tay. I will have a look later today.
Sorry, something went wrong.
Successfully merging a pull request may close this issue.
After upgrading jest to 29.4.0. Using
expect.jsonContaining
triggers the following errorTypeError: this.customTesters is not iterable
.I suspect this is likely due to changes from jestjs/jest#13654.
jest-json-matchers/index.ts
Line 75 in 469552f
expect.getState()
thethis
variable is expected to be passed through.The text was updated successfully, but these errors were encountered: