-
Notifications
You must be signed in to change notification settings - Fork 273
feature: configure API from DTL #1141
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
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.
We could also implement defaultHidden
, right? Looks good though
|
||
export { act }; | ||
export { cleanup }; | ||
export { configure, resetToDefaults } from './config'; |
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.
Is resetToDefaults
exported from DTL? Couldn't find it on their docs
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.
No it's not, only configure
is, but I think it's good to have that for testinging convenience. Wdyt?
re |
Huh, it's opened for so long I thought it's already in 🙈 |
It should be much easier done now when we have |
Definitely! And please don't get me wrong, I'm not expecting to rush things here :) |
Summary
Implement
configure
API based on similar API in DTL.Added initial option for
asyncWaitTimeout
.Test plan
config
module functionswaitFor
consumingasyncWaitTimeout
option