ember-test-helpers-codemod
ember-test-helpers-codemod copied to clipboard
Helpers find/findAll should not be used in user-land test code
trafficstars
According to the discussion here https://github.com/emberjs/ember-test-helpers/issues/351#issuecomment-456881507 find/findAll should be avoided. I found the reason here: https://github.com/simonihmig/ember-test-helpers-codemod/issues/6 but maybe it should be mentioned somewhere that it's not recommended way and that one should refactor his code after applying the codemod (or apply the second one and fix the places where this is incorrect).