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
Hello,
I was looking at some test files and I found this line that I think is wrong:
cheerio/test/api/traversing.js
Line 706 in 9b28b49
It's in the tests for the .map method but has been changed to .each in 21de2c5
.map
.each
Not sure why it's been changed, but it should be .map being tested here right?
I can open a PR if requested.
The text was updated successfully, but these errors were encountered:
haha, nice - I think it should be map there.
Sorry, something went wrong.
You are always welcome to create PR.
test: .map test was actually calling .each (#1705) (#1711)
456fbe5
The added return is to prevent linter errors due to rule `array-callback-return`
Successfully merging a pull request may close this issue.
Hello,
I was looking at some test files and I found this line that I think is wrong:
cheerio/test/api/traversing.js
Line 706 in 9b28b49
It's in the tests for the
.map
method but has been changed to.each
in 21de2c5Not sure why it's been changed, but it should be
.map
being tested here right?I can open a PR if requested.
The text was updated successfully, but these errors were encountered: