simonihmig / ember-native-dom-helpers-codemod

Codemod to transform your jQuery based ember tests to use ember-native-dom-helpers
MIT License
27 stars 9 forks source link

Add transform for .get() #40

Closed nlfurniss closed 6 years ago

nlfurniss commented 6 years ago

As discusses, this transform is fine since it returns an HTMLElement instead of a jQuery element like first()/last() does

nlfurniss commented 6 years ago

@simonihmig any concerns with this one?

simonihmig commented 6 years ago

@nlfurniss no, just forgot about it, sorry! Thanks again!

nlfurniss commented 6 years ago

Mind cutting a new version? I have a bunch of file with .get(x) :-P

simonihmig commented 6 years ago

@nlfurniss done!