-
-
Notifications
You must be signed in to change notification settings - Fork 257
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
wait-for helper's count value is null by default. #348
Conversation
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.
awesome, thanks :)
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.
Thanks for picking this up! One small tweak, but other than that looks great!
API.md
Outdated
- [setupApplicationContext](#setupapplicationcontext) | ||
- [teardownApplicationContext](#teardownapplicationcontext) | ||
- [validateErrorHandler](#validateerrorhandler) | ||
- [getApplication](#getapplication) |
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.
I assume this was updated due to running yarn docs
? We need to tweak the configuration to show getApplication
under the Test Framework APIs
section. I think all we need to do is add it to this list
ember-test-helpers/documentation.yml
Line 42 in 184bb74
- name: Test Framework APIs |
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.
Yep, it was a updated as a side effect. Do you want a separate PR ?
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.
yeah, I guess this PR should focus on the waitFor
thing only
Thank you! |
Closes #312