-
Notifications
You must be signed in to change notification settings - Fork 459
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
Write tests for Array class #363
Conversation
I would like to write tests fro array class. ISSUE=nodejs#332
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM. Might be useful to add a few tests that validate that arrays created in JavaScript can be used in natives and vice versa, but happy to have those go in through a separate PR.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Just a few nits.
@mhdawson okay I will request PR after this patch. |
@mhdawson @gabrielschulhof please review it again. :) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM and thanks for the help.
add tests for array class. PR-URL: #363 Reviewed-By: Michael Dawson <michael_dawson@ca.ibm.com> Reviewed-By: Gabriel Schulhof <gabriel.schulhof@intel.com> Reviewed-By: Sakthipriyan Vairamani <thechargingvolcano@gmail.com>
Landed as 67b7db0 |
add tests for array class. PR-URL: nodejs/node-addon-api#363 Reviewed-By: Michael Dawson <michael_dawson@ca.ibm.com> Reviewed-By: Gabriel Schulhof <gabriel.schulhof@intel.com> Reviewed-By: Sakthipriyan Vairamani <thechargingvolcano@gmail.com>
add tests for array class. PR-URL: nodejs/node-addon-api#363 Reviewed-By: Michael Dawson <michael_dawson@ca.ibm.com> Reviewed-By: Gabriel Schulhof <gabriel.schulhof@intel.com> Reviewed-By: Sakthipriyan Vairamani <thechargingvolcano@gmail.com>
add tests for array class. PR-URL: nodejs/node-addon-api#363 Reviewed-By: Michael Dawson <michael_dawson@ca.ibm.com> Reviewed-By: Gabriel Schulhof <gabriel.schulhof@intel.com> Reviewed-By: Sakthipriyan Vairamani <thechargingvolcano@gmail.com>
add tests for array class. PR-URL: nodejs/node-addon-api#363 Reviewed-By: Michael Dawson <michael_dawson@ca.ibm.com> Reviewed-By: Gabriel Schulhof <gabriel.schulhof@intel.com> Reviewed-By: Sakthipriyan Vairamani <thechargingvolcano@gmail.com>
I would like to write tests fro array class.
ISSUE=#332