describe.only causing tests to be skipped
Closed this issue · 1 comments
jamesholcomb commented
if I remove .only
, then the test 'sends sync-out for custom events' fails:
TypeError: Cannot read properties of undefined (reading 'toJSON')
Updating the dev dep to @feathersjs/feathers@5.0.3 had no effect
P.S. This was after digging into why I could not get sync
to work with an ioredis
client (my app uses sentinels)
related