test_runner: make `mock.module`'s `specifier` consistent with `import()` by aduh95 · Pull Request #54416 · nodejs/node
The previous implementation was trying to follow both `require` and `import` conventions. It is not practical to try to follow both, and aligning with `import()` seems to be what makes the most sense.
added
needs-ci
labels
Aug 16, 2024
aduh95
added
author ready
labels
Aug 17, 2024
aduh95
added
the
commit-queue
label
Aug 20, 2024RafaelGSS pushed a commit that referenced this pull request
Aug 25, 2024The previous implementation was trying to follow both `require` and `import` conventions. It is not practical to try to follow both, and aligning with `import()` seems to be what makes the most sense. PR-URL: #54416 Reviewed-By: Benjamin Gruenbaum <benjamingr@gmail.com> Reviewed-By: Moshe Atlow <moshe@atlow.co.il>
targos
added
the
dont-land-on-v20.x
label
Sep 21, 2024This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters