emberjs / ember-test-waiters

An Ember addon to allow @ember/test-helpers to manage asynchronous operations
MIT License
29 stars 15 forks source link

Require ember-auto-import@v2 #453

Closed NullVoxPopuli closed 11 months ago

NullVoxPopuli commented 1 year ago

Context, Plan, etc: https://gist.github.com/NullVoxPopuli/eafc7dad6547de5e730098498b829e1f

This PR is mostly a no-op be eai2 is required to consume v2 addons. This will be a breaking change.

I breaking change is a bit of a shame, but this is only a semver communication -- the APIs for modern apps should still be the same, and we can recommend overrides configs for folks to ensure that they only have one copy of @ember/test-waiters in their projects.

Moving to a monorepo will allow a good variety of test apps to showcase this.