ember-codemods / ember-test-helpers-codemod

Codemod to transform your Ember tests to use @ember/test-helpers
MIT License
29 stars 14 forks source link

find chained jquery expression #10

Open snewcomer opened 6 years ago

snewcomer commented 6 years ago

Meant to migrate use cases where users chained .find.

simonihmig commented 6 years ago

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)

snewcomer commented 6 years ago

Yep you are right. I screwed that up. I'll try to fix today.