From 36d1c836d81da9ada500352202143876aad8b42c Mon Sep 17 00:00:00 2001 From: Josh Lehman Date: Sun, 1 Mar 2026 11:20:33 -0800 Subject: [PATCH] chore: add changelog fragment for fs-safe test fix --- changelog/fragments/pr-30889.md | 1 + 1 file changed, 1 insertion(+) create mode 100644 changelog/fragments/pr-30889.md diff --git a/changelog/fragments/pr-30889.md b/changelog/fragments/pr-30889.md new file mode 100644 index 00000000000..21955009896 --- /dev/null +++ b/changelog/fragments/pr-30889.md @@ -0,0 +1 @@ +- Tests/Windows: normalize `fs-safe` tilde-expansion expectation with `path.resolve` for cross-platform path assertions (#30889) (thanks @jalehman)