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

Avoid importing yadda from ember-cli-yadda #86

Merged
merged 2 commits into from
Oct 26, 2020
Merged

Conversation

simonihmig
Copy link
Member

Instead rely on ember-auto-import to import it directly from yadda. This way wo do not need users to import anything directly from ember-cli-yadda, avoiding the treeForAddonTestSupport hook trickery that causes issues with ember-auto-import.

Replaces #83, fixes #82

Instead rely on `ember-auto-import` to import it directly from `yadda`. This way wo do not need users to import anything directly from `ember-cli-yadda`, avoiding hijacking the `yadda` package name and the `treeForAddonTestSupport` hook trickery that causes issues.

Fixes #82
@simonihmig simonihmig added bug breaking Breaking change labels Oct 24, 2020
@simonihmig simonihmig merged commit 12077ec into master Oct 26, 2020
@simonihmig simonihmig deleted the test-import branch October 26, 2020 20:27
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
breaking Breaking change bug
Projects
None yet
Development

Successfully merging this pull request may close these issues.

yadda package is bundled into vendor.js instead of test-support.js
2 participants