chore: Remove no-op function in plugin config logic#8501
chore: Remove no-op function in plugin config logic#8501sheremet-va merged 2 commits intovitest-dev:mainfrom
Conversation
✅ Deploy Preview for vitest-dev ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
|
Seems like it does do something (CI is failing) |
586877d to
4bce2e6
Compare
Weird… I thought the CI failures were random, but I rebased and see the same failures. And they're consistent across all OSes the CI runs against: In local dev, if I run the Any idea why that error might be happening in CI? It's weird that there isn't even any output before the process exits, right? 😕 |
4673953 to
276d950
Compare
|
I've confirmed that the same CI failures occur when running the CI workflow against |
276d950 to
a0f6a4c
Compare
Description
Per previous discussion at #8487, this PR removes the
removeUndefinedValuesutility function added by #2281, which had a bug that made it effectively a no-op. The issue reported at #2153 somehow hasn't resurfaced in 3 years.I've also removed the
?? {}afterviteConfig.test:deepMergetreats undefined values and empty objects as equivalent, so there's no reason to allocate an extra object here.Please don't delete this checklist! Before submitting the PR, please make sure you do the following:
pnpm-lock.yamlunless you introduce a new test example.Documentation
pnpm run docscommand.Changesets
feat:,fix:,perf:,docs:, orchore:.