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.
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.