-
Notifications
You must be signed in to change notification settings - Fork 29.7k
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: remove node-report/test-api.js #26219
Conversation
FTR they are slightly different in the standalone module (where the tests originate) but that difference is lost in core after the changes to the defaults (in core nothing is enabled by default but the standalone module does enable some triggers by default unless invoked via the API). |
CI: https://ci.nodejs.org/job/node-test-pull-request/20916/ EDIT: CI was green. |
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
There does not appear to be any difference between this test and test/node-report/test-api-nohooks.js. PR-URL: nodejs#26219 Reviewed-By: Richard Lau <riclau@uk.ibm.com> Reviewed-By: Rich Trott <rtrott@gmail.com> Reviewed-By: Ruben Bridgewater <ruben@bridgewater.de> Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Michael Dawson <michael_dawson@ca.ibm.com>
There does not appear to be any difference between this test and test/node-report/test-api-nohooks.js. PR-URL: #26219 Reviewed-By: Richard Lau <riclau@uk.ibm.com> Reviewed-By: Rich Trott <rtrott@gmail.com> Reviewed-By: Ruben Bridgewater <ruben@bridgewater.de> Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Michael Dawson <michael_dawson@ca.ibm.com>
There does not appear to be any difference between this test and test/node-report/test-api-nohooks.js. PR-URL: #26219 Reviewed-By: Richard Lau <riclau@uk.ibm.com> Reviewed-By: Rich Trott <rtrott@gmail.com> Reviewed-By: Ruben Bridgewater <ruben@bridgewater.de> Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Michael Dawson <michael_dawson@ca.ibm.com>
There does not appear to be any difference between this test and
test/node-report/test-api-nohooks.js
.Checklist
make -j4 test
(UNIX), orvcbuild test
(Windows) passes