emberjs / ember-test-waiters

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

Move ember-concurrency-specific-tests to the ember-concurrency@v2 test-app #464

Closed NullVoxPopuli closed 9 months ago

NullVoxPopuli commented 9 months ago

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

This extraction is ocurring so that we can more easily also test ember-concurrency@v3, which is very hard to try to test both v2 and v3 of ember-concurrency in the same app.

Requires: https://github.com/emberjs/ember-test-waiters/pull/463