| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
Sorry, something went wrong.
Sorry, something went wrong.
|
One ARM fail seems doc unrelated. |
Sorry, something went wrong.
Sorry, something went wrong.
| assert.ok( | ||
| fs.statSync(path.join(apiPath, actualDoc)).size !== 0, | ||
| `${actualDoc} is empty` | ||
| ); |
There was a problem hiding this comment.
This could actually be combined with the upper loop. That way the loop has to run only once instead of twice.
Sorry, something went wrong.
There was a problem hiding this comment.
Done.
Sorry, something went wrong.
Sorry, something went wrong.
|
The same ARM fail seems doc unrelated again. |
Sorry, something went wrong.
|
ARM-fanned re-run: https://ci.nodejs.org/job/node-test-commit-arm-fanned/15425/ |
Sorry, something went wrong.
|
ARM-fanned all green. |
Sorry, something went wrong.
PR-URL: #19581 Reviewed-By: Ruben Bridgewater <ruben@bridgewater.de> Reviewed-By: Joyee Cheung <joyeec9h3@gmail.com>
PR-URL: #19581 Reviewed-By: Ruben Bridgewater <ruben@bridgewater.de> Reviewed-By: Joyee Cheung <joyeec9h3@gmail.com>
| Back | FazBrowse Home | New Git URL |
Checklist
Currently, the doctool/test-make-doc.js has 2 tiny performance nits and 2 logic oversights.
Performance nits
Logic oversights.
Refactoring strategy
The test is changed considerably, but it may be more strict, full and performant in this form.