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 4 empty test apps (all boilerplate) #460

Closed NullVoxPopuli closed 10 months ago

NullVoxPopuli commented 10 months ago

Part of The Big Plan to get this addon to the v2 addon spec, https://github.com/emberjs/ember-test-waiters/issues/458

This PR creates 4 empty apps which will be used for testing various scenarios later. After this PR is merged, the dummy app tests will be extracted in to base-tests, and then separate PRs will be thrown up for the dependency-specific test-apps after.

This'll make reviewing meaningful changes much easier.