test(client): restore generic-transformers spec on current APIs by nkaradzhov · Pull Request #3214 · redis/node-redis
The test was commented out during V5 development with the idea to uncomment once done, but it seems it was forgotten.
Note
Low Risk
Low risk: changes are limited to tests, but they may expose previously unrun assertions and fail CI if current transformer behavior differs from expectations.
Overview
Restores the generic-transformers spec by uncommenting/reintroducing the full test suite and wiring it to the current v5-era APIs.
Tests now use the new RESP2 transformer entry points (e.g., transformBooleanReply[2], transformDoubleReply[2], transformSortedSetReply[2]) and switch argument-building helpers to the modern BasicCommandParser + parse* functions for GEOSEARCH options, optional variadics, and slot range parsing.
Written by Cursor Bugbot for commit c227f5d. This will update automatically on new commits. Configure here.