Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

migrate test-helpers.js to import APP from src/main #73

Merged
merged 1 commit into from
Apr 13, 2018

Conversation

iezer
Copy link
Contributor

@iezer iezer commented Mar 23, 2018

Migrate test-helpers.js to import APP from src/main. This means we can remove the manual step from the README.

Fixes the 1st migrator bullet in emberjs/ember.js#16373

There's a separate but similar fixture called test-helpers which I left unchanged. That test has a start-app.js file so it's for apps that haven't migrating to the new testing structure. This new test has no start-app.js and thus the App import is done in test-helper.js.

@rwjblue rwjblue merged commit 7082a74 into ember-codemods:master Apr 13, 2018
@rwjblue
Copy link
Member

rwjblue commented Apr 13, 2018

Thank you @iezer !

# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants