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 tests to base-tests app, drop support for 3.8, 3.12, 0.x embroider, and ember-classic #463

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 PR moves the base tests out of the addon and in to a real app. This is because the behavior we're testing isn't so easily isolated to a single library or set of unit tests.

This is phase 1 of test extraction for a series of test-apps that'll be added to ensure that we retain our expected compatibility in the next major.


Additionally, to make maintenance easier, support (testing in ember-try) has been dropped for