We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
as
Turns
import { setupTest as _setupTest, setupRenderingTest as _setupRenderingTest } from 'ember-qunit';
into
import { setupTest, setupRenderingTest } from 'ember-qunit';
That's the only change in the file, the corresponding uses were not touched.
The text was updated successfully, but these errors were encountered:
Awesome, thank you for reporting!
@rondale-sc and I noticed this while working on a different codemod (that was using this one as a starting point). I’m fairly certain of the fix...
Sorry, something went wrong.
I just ran into this problem.
No branches or pull requests
Turns
into
That's the only change in the file, the corresponding uses were not touched.
The text was updated successfully, but these errors were encountered: