ember-codemods/ember-qunit-codemod

Change `render` to be imported from `ember-test-helpers`

rwjblue opened this issue · 1 comments

After a bit of discussion in slack, @cibernox, @Turbo87, and I came to the conclusion that we should import things that are exported directly from ember-test-helpers directly (instead of via a re-export in ember-qunit).

We need to modify the codemod to import { render } from 'ember-test-helpers' instead of from ember-qunit.

Fixed by #33.