QUnit Blueprints Quest Issue
alexander-alvarez opened this issue · 7 comments
Background
emberjs/ember.js#15933
Tasks
- (:lock: @alexander-alvarez) Extend test-framework detector to use rfc-232 style generators where applicable.
- Add
<type>-test
"simplified QUnit" blueprints- (:lock: @alexander-alvarez) adapter-test
- (:lock: @alexander-alvarez) model-test
- (:lock: @alexander-alvarez) serializer-test
- (:lock: @alexander-alvarez) transform-test
- Extract the above tests blueprints into a standalone polyfill addon (similar to https://github.com/alexander-alvarez/ember-qunit-nested-module-blueprints-polyfill but for ember-data)
To pick up one of these items, please comment below and we'll update the checklist with 🔒 @Your-Name-Here...
alexander-alvarez/data@node-test-cleanups...alexander-alvarez:test-framework-detectors-fixup is ready to go once #5293 is merged
The first couple of items are landed. The others are up for grabs...
@alexander-alvarez - I believe the main blueprint types have been done, and all thats left is the polyfill addon. Can you confirm?
@rwjblue yup 👍
@alexander-alvarez what remains here?
@runspired Just the last item
Extract the above tests blueprints into a standalone polyfill addon
TBH, I think this is probably fine to leave off. At the time we needed a polyfill addon because 3.0 was a ways off, now its out (as is 3.1).