test: support platform-specific paths - #1092
Merged
ovflowd merged 1 commit intoSep 7, 2026
Merged
Conversation
Use environment-aware path handling in Windows-sensitive test assertions while preserving the source behavior. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
7 tasks
Contributor
Author
|
I've updated the PR as discussed. I also noticed that the PR Quality check is currently showing a startup failure because the reusable webpack workflow is not allowed in nodejs/doc-kit. It doesn't appear to be related to the changes in this PR. Please let me know if I need to do anything on my side. |
ovflowd
approved these changes
Sep 7, 2026
ovflowd
enabled auto-merge (squash)
September 7, 2026 12:27
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #1092 +/- ##
=======================================
Coverage 90.60% 90.60%
=======================================
Files 217 217
Lines 20801 20813 +12
Branches 1974 1974
=======================================
+ Hits 18846 18858 +12
Misses 1948 1948
Partials 7 7 ☔ View full report in Codecov by Harness. 🚀 New features to boost your workflow:
|
This 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Use environment-aware path handling in Windows-sensitive test assertions while preserving the source behavior.
Description
Validation
Related Issues
Check List
node --run testand all tests passed.node --run format:check&node --run lint.