Closed simonihmig closed 6 years ago
Note that ember-test-helpers now does provide find
as of 0.7.15
@walter yes, and this codemod uses it (see #7 and the Readme). There is an optional transform to convert find()
to this.element.querySelector
(see https://github.com/simonihmig/ember-test-helpers-codemod#replace-findfindall)
All good. Just adding a note for others that might come across this and wonder what the state of find()
support was in ember-test-helpers
. Thanks for your work on this codemod. Very handy.
Closes #1