Goal
Add one focused regression test for an existing search or preference edge case that is not already covered.
Acceptance criteria
- Identify the uncovered behavior in a comment on this issue before implementation.
- Add the test under
tests/ using node:test and node:assert/strict.
- Do not change production behavior unless the test exposes a confirmed bug.
node --test tests/*.test.js passes.
Contributor notes
Please keep the PR focused on one behavior and link this issue.
Goal
Add one focused regression test for an existing search or preference edge case that is not already covered.
Acceptance criteria
tests/usingnode:testandnode:assert/strict.node --test tests/*.test.jspasses.Contributor notes
Please keep the PR focused on one behavior and link this issue.