process: add coverage tests for sourceMapFromDataUrl method#30319
process: add coverage tests for sourceMapFromDataUrl method#30319Nolikzero wants to merge 2 commits into
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 <anna@addaleax.net> Reviewed-By: Ben Coe <bencoe@gmail.com> Reviewed-By: Ruben Bridgewater <ruben@bridgewater.de> Reviewed-By: Trivikram Kamat <trivikr.dev@gmail.com> Reviewed-By: Masashi Hirano <shisama07@gmail.com>
|
Landed in eb77321 Thanks for the contribution! 🎉 |
PR-URL: #30319 Reviewed-By: Anna Henningsen <anna@addaleax.net> Reviewed-By: Ben Coe <bencoe@gmail.com> Reviewed-By: Ruben Bridgewater <ruben@bridgewater.de> Reviewed-By: Trivikram Kamat <trivikr.dev@gmail.com> Reviewed-By: Masashi Hirano <shisama07@gmail.com>
PR-URL: #30319 Reviewed-By: Anna Henningsen <anna@addaleax.net> Reviewed-By: Ben Coe <bencoe@gmail.com> Reviewed-By: Ruben Bridgewater <ruben@bridgewater.de> Reviewed-By: Trivikram Kamat <trivikr.dev@gmail.com> Reviewed-By: Masashi Hirano <shisama07@gmail.com>
PR-URL: #30319 Reviewed-By: Anna Henningsen <anna@addaleax.net> Reviewed-By: Ben Coe <bencoe@gmail.com> Reviewed-By: Ruben Bridgewater <ruben@bridgewater.de> Reviewed-By: Trivikram Kamat <trivikr.dev@gmail.com> Reviewed-By: Masashi Hirano <shisama07@gmail.com>
Checklist
make -j4 test(UNIX), orvcbuild test(Windows) passes