[CLEANUP] Move computed and controllers tests to new testing style #16123
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Part of #15988
I had a couple of questions on this one:
Im not sure what the right approach is for this situation with nested moduleFors:
https://github.com/emberjs/ember.js/compare/master...mikerhyssmith:ember-runtime-unify-computed-controllers?expand=1#diff-cf61b28086fbaee1f14d6212760e1c9dL85
I also wasn't sure the best way of moving the commonSortTests to the new style ? Does it potentially need its own testCase class ?
https://github.com/emberjs/ember.js/compare/master...mikerhyssmith:ember-runtime-unify-computed-controllers?expand=1#diff-bf8afcf2ee2cba77bd823d03fd48ba7eR719