Skip to content
New issue

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

[BUGFIX release] Fix generated import paths for test setup functions in addons #8013

Conversation

bertdeblock
Copy link
Member

I introduced a regression when implementing #7887.
The project's module prefix should be used instead of the addon's package name when generating these import paths, as these test setup functions are not located in the addon's addon folder, but in /tests/helpers/index.js.

@runspired runspired added 🎯 canary PR is targeting canary (default) 🎯 lts The PR should be backported to the most recent LTS 🏷️ bug This PR primarily fixes a reported issue labels Jul 15, 2022
@runspired runspired merged commit 0fb37af into emberjs:master Jul 15, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
🎯 canary PR is targeting canary (default) 🎯 lts The PR should be backported to the most recent LTS 🏷️ bug This PR primarily fixes a reported issue
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants