emberjs / ember-test-helpers

Test-framework-agnostic helpers for testing Ember.js applications
Apache License 2.0
187 stars 257 forks source link

@ember/test-helpers is trying to import from ember-testing but that is not one of its explicit dependencies #1505

Open simonihmig opened 2 months ago

simonihmig commented 2 months ago

Although the new version is mostly working without this error, it is coming up reliably when the following conditions are met:

The root issue seems to be in Embroider, posting this here for visibility.

andreyfel commented 1 month ago

Seeing that issue in a v2 addon tests when updating from @ember/test-helpers v4.0.2 to v4.0.4 https://github.com/retailnext/ember-bem-helpers/actions/runs/10786506229/job/29913502499

andreyfel commented 1 month ago

Confirmed that bumping @embroider/core to the lates fixed the issue.