emberjs / ember-test-waiters

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

Add support for ember-concurrency@v3 #465

Closed NullVoxPopuli closed 4 months ago

NullVoxPopuli commented 9 months ago

Context on "The Plan": https://github.com/emberjs/ember-test-waiters/issues/458

ember-concurrency@v3 isn't formally supported in @ember/test-waiters@v3. This PR formally adds it, and ensures that @taskFor works

UPDATE: the above statement is false, this is quite non-trivial

NullVoxPopuli commented 4 months ago

Closing this as it'll be on ember-concurrency to properly integrate with waiters, or provide their own @waitFor (because they keep changing the internal structure, it doesn't make sense for test-waiters to provide the integration)