-
-
Notifications
You must be signed in to change notification settings - Fork 259
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
Module not found: Error: @ember/test-helpers
is trying to import from @ember/-internals
but that is not one of its explicit dependencies
#1481
Comments
Thanks for reporting! I have a hunch that this is why I originally did an dependenciesMeta*injected. Hopefully, if I re-add that, tests will fail |
hm, |
Confirm.. i have the same error in EBD (with clean install) see CI |
same in crates.io (see rust-lang/crates.io#9302) |
This was referenced Aug 23, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
After upgrade to
@ember/test-helpers
to v4 the addonembroider-safe
test is running into this error (see CI error)Module not found: Error: @ember/test-helpers is trying to import from @ember/-internals but that is not one of its explicit dependencies
The only usecase is here:
ember-test-helpers/addon/src/-internal/render-settled.ts
Lines 9 to 15 in 41e0bb1
It looks like the
macroCondition
brings afalse
instead oftrue
...Maybe the problem is that
test-helpers
doesn't haveember-source
as peerDependency?The
test-app
is using ember-source v5.10. I can also reproduce it with v5.11The text was updated successfully, but these errors were encountered: