| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
There was a problem hiding this comment.
Guess this test is poorly named if it doesn't use the cluster module.
Sorry, something went wrong.
|
LGTM
I can confirm that. |
Sorry, something went wrong.
Sorry, something went wrong.
Many tests use require() to import modules that subsequently never gets used. This removes those imports and, in a few cases, removes other unused variables from tests.
|
Rebased and force pushed. |
Sorry, something went wrong.
|
Seemingly unrelated test failure on one of the Raspberry Pi devices, but CI looks good other than that. |
Sorry, something went wrong.
|
LGTM |
Sorry, something went wrong.
Many tests use require() to import modules that subsequently never gets used. This removes those imports and, in a few cases, removes other unused variables from tests. PR-URL: nodejs#4475 Reviewed-By: Ben Noordhuis <info@bnoordhuis.nl> Reviewed-By: Johan Bergström <bugs@bergstroem.nu>
Many tests use require() to import modules that subsequently never gets used. This removes those imports and, in a few cases, removes other unused variables from tests. PR-URL: nodejs#4475 Reviewed-By: Ben Noordhuis <info@bnoordhuis.nl> Reviewed-By: Johan Bergström <bugs@bergstroem.nu>
|
@Trott this is merging with conflicts on v4.x-staging would you be able to take a look? |
Sorry, something went wrong.
Sorry, something went wrong.
Many tests use require() to import modules that subsequently never gets used. This removes those imports and, in a few cases, removes other unused variables from tests. PR-URL: nodejs#4475 Reviewed-By: Ben Noordhuis <info@bnoordhuis.nl> Reviewed-By: Johan Bergström <bugs@bergstroem.nu>
| Back | FazBrowse Home | New Git URL |
Many tests use require() to import modules that subsequently never gets
used. This removes those imports and, in a few cases, removes other
unused variables from tests.
I'm especially looking for review on the tests in test/pummel as I'm not 100% clear on how those tests work. It seems like a number of them were failing already prior to these changes (judging from results running make test-pummel on OS X).