process: add coverage tests for sourceMapFromDataUrl method#30319
process: add coverage tests for sourceMapFromDataUrl method#30319Nolikzero wants to merge 2 commits intonodejs:masterfrom
Conversation
bcoe
left a comment
There was a problem hiding this comment.
these look like good tests to me 👍 did you confirm that they increase coverage?
There was a problem hiding this comment.
could we add a comment above both of these blocks that describes the purpose of the test, e.g.,
"base64 encoding error does not crash application".
There was a problem hiding this comment.
I took the liberty of adding two comments. LGTY?
33f0456 to
164fadf
Compare
|
@Nolikzero FWIW, GitHub can't link your account to your contributions. See https://github.com/nodejs/node/blob/99b1ada/doc/guides/contributing/pull-requests.md#step-1-fork to fix. (Basically, you'll need to add the email in your commit to https://github.com/settings/emails.) |
PR-URL: #30319 Reviewed-By: Anna Henningsen <[email protected]> Reviewed-By: Ben Coe <[email protected]> Reviewed-By: Ruben Bridgewater <[email protected]> Reviewed-By: Trivikram Kamat <[email protected]> Reviewed-By: Masashi Hirano <[email protected]>
|
Landed in eb77321 Thanks for the contribution! 🎉 |
PR-URL: #30319 Reviewed-By: Anna Henningsen <[email protected]> Reviewed-By: Ben Coe <[email protected]> Reviewed-By: Ruben Bridgewater <[email protected]> Reviewed-By: Trivikram Kamat <[email protected]> Reviewed-By: Masashi Hirano <[email protected]>
PR-URL: #30319 Reviewed-By: Anna Henningsen <[email protected]> Reviewed-By: Ben Coe <[email protected]> Reviewed-By: Ruben Bridgewater <[email protected]> Reviewed-By: Trivikram Kamat <[email protected]> Reviewed-By: Masashi Hirano <[email protected]>
PR-URL: #30319 Reviewed-By: Anna Henningsen <[email protected]> Reviewed-By: Ben Coe <[email protected]> Reviewed-By: Ruben Bridgewater <[email protected]> Reviewed-By: Trivikram Kamat <[email protected]> Reviewed-By: Masashi Hirano <[email protected]>
Checklist
make -j4 test(UNIX), orvcbuild test(Windows) passes