-
-
Notifications
You must be signed in to change notification settings - Fork 69
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
Anything blocking deploying the new testing API? #205
Comments
free time 😞
they do run properly, but what you see at https://github.com/emberjs/ember-mocha/ is the docs for the master branch. you should look at the docs corresponding to the version that you use, e.g. https://github.com/emberjs/ember-mocha/tree/v0.13.1
this issue here, I guess 😉 |
Well if there's anything I can do to help let me know. |
there are two things right now that will help accelerate this:
the second one is unfortunately a little more involved... 😉 |
@Turbo87 what’s the recommended way to test the beta release? Is there a complementary release of ember-cli-mocha we can use? Or is it recommended to add |
@jgwhite you can remove |
@Turbo87 awesome, thanks for clarifying |
I was just checking out the tests on However post An "easy" fix looks like adding |
@jimenglish81 good point, thanks for the analysis. @rwjblue any suggestions? 🤔 |
This seems like the right path forward to me... |
@rwjblue great thanks for your feedback. I have created a PR... |
@Turbo87 can I help with this at all? |
@jimenglish81 you should talk to @jgwhite. he wanted to look into the codemod situation :) |
@Turbo87 @jimenglish81 haha, yes although I must admit I’ve been dragging my heels. 😅 I’ve proposed a little plan of attack to the team at Heroku but we’ve yet to schedule it in. @jimenglish81 if you want to dive in, don’t let me stop you! |
Looks like @rondale-sc picked this up a bit and has a good start going over in ember-codemods/ember-mocha-codemods#17. |
The codemod has been merged into ember-mocha-codemods repo and is in need of some testing. But I think we may be able to start pushing this beta forward now? |
@rondale-sc I agree. I will release this as stable next week. |
Fabulous work, kudos @Turbo87 and @rondale-sc. Can’t wait to migrate our test suite. |
released as v0.14.0 |
Was a bit confused because the examples in the docs and the migration guide do not seem to run properly in a new ember app. It appears that there needs to be a new release for the new API which is currently in beta. Is there some place that tracks the status to shipping the new version?
The text was updated successfully, but these errors were encountered: