-
-
Notifications
You must be signed in to change notification settings - Fork 4.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add RFC 232 variant detector for mocha & component blueprints #16865
Conversation
b746968
to
97cf5d4
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM! 👍
Thx
1MU6qPwUi41Lcv6y1Ext8X1vD1A2xtvHxp
เมื่อ 18 ส.ค. 2018 7:16 AM "Simon Ihmig" <notifications@github.com> เขียนว่า
*@simonihmig* approved this pull request.
LGTM! 👍
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#16865 (review)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AoYUdUfoQBdLcyBgwxlnGinBq7QxkzgEks5uRzKrgaJpZM4VvMKk>
.
|
One thing I noticed is that it may be worth holding this until all the tests are converted. The way this is written, if a type of test hasn't been converted no test file will be generated since the blueprints won't exist. |
Actually, my comment above is not accurate. I was trying to generate a mixin test but that doesn't actually exist for even the previous version of mocha tests 🤷♂️ . I'll carry on doing these one at a time with the intention of getting them all done soon regardless. |
@Dhaulagiri looks good in general, but keep in mind that |
@Turbo87 that is good to know, I was under the impression that going forward one would simply use ember-mocha directly and not use ember-cil-mocha`. Would it be worth accounting for that right now as part of this effort or should we tackle that separately? I'll try to get a separate discussion going at some point, but it seems like we could also deprecate and remove the pre 0.12 blueprints since it has been quite a long time since those were the default. |
eventually that should be possible, but right now that said, the blueprints in |
Addresses #16863 by adding logic to detect when rfc 232-style tests should be used with ember-mocha 0.14 and adds component rendering and unit test blueprints