-
Notifications
You must be signed in to change notification settings - Fork 465
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
test: Add test covg for obj wrap #1269
Conversation
test/objectwrap.cc
Outdated
@@ -265,6 +285,9 @@ class Test : public Napi::ObjectWrap<Test> { | |||
|
|||
std::string Test::s_staticMethodText; | |||
|
|||
// A potnetial test would be: |
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.
@JckXia I'm not sure what to make of this comment? Are you suggesting that we could create another test or documenting what this test does. Also typo in potnetial
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.
Whoops, I forgot to take it out.
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.
👍
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
Completes test coverage for #993