ember-test-helpers-codemod
ember-test-helpers-codemod copied to clipboard
find chained jquery expression
trafficstars
Meant to migrate use cases where users chained .find.
Tbh, I am a bit confused... what function is the chained .find actually referring to, in the case of a jQuery find() call? It is not this one, right? https://api.jquery.com/find/ (as the function signature is completely different)
Yep you are right. I screwed that up. I'll try to fix today.