-
Notifications
You must be signed in to change notification settings - Fork 29.9k
New issue
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
Refactor test.js to use arrow functions #30068
Comments
I would like to start working on this. |
mpark86
added a commit
to mpark86/node
that referenced
this issue
Oct 22, 2019
There are 83 files in subdirectories of the |
Ah, I see from the PR you are referring to test/addons/make-callback-recurse/test.js. |
Thanks for pointing that out. I just fixed the issue description to include the full path as well. |
Closed by 175c318 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
According to the provided test guidelines, it is preferred to use arrow functions for call backs.
test/addons/make-callback-recurse/test.js
contains many regular functions withcommon.mustCall()
, so it needs to be refactored.The text was updated successfully, but these errors were encountered: