-
-
Notifications
You must be signed in to change notification settings - Fork 34.2k
test: check all properties in common.expectsError #19722
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
Conversation
This makes sure all properties that are meant to be checked will actually be tested for.
|
Landed in 2fef227. |
This makes sure all properties that are meant to be checked will actually be tested for. PR-URL: #19722 Reviewed-By: Weijia Wang <starkwang@126.com> Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Luigi Pinca <luigipinca@gmail.com> Reviewed-By: Trivikram Kamat <trivikr.dev@gmail.com>
|
Is it intentional that |
|
cc @BridgeAR ^ |
|
This commit lands cleanly on |
|
I guess in that case it would be best to backport it to make sure all properties are actually properly tested. |
|
@joyeecheung sorry, I overlooked your comment. It was not intentional to move the Since this function is still used currently, I am going to open another PR to add a similar functionality to |
This makes sure all properties that are meant to be checked will actually be tested for. PR-URL: nodejs#19722 Reviewed-By: Weijia Wang <starkwang@126.com> Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Luigi Pinca <luigipinca@gmail.com> Reviewed-By: Trivikram Kamat <trivikr.dev@gmail.com>
This makes sure all properties that are meant to be checked will
actually be tested for. Otherwise properties might be missed.
Checklist
make -j4 test(UNIX), orvcbuild test(Windows) passes