We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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 option to change default configuration (like DEFAULT_TIMEOUT) globally, like in "@testing-library/dom" https://testing-library.com/docs/dom-testing-library/api-configuration/
DEFAULT_TIMEOUT
import {configure} from '@testing-library/react-native' configure({ asyncUtilTimeout: 5000, // etc... })
testing-library/react-hooks-testing-library#812
The text was updated successfully, but these errors were encountered:
Closing as implemented in in #1141.
Sorry, something went wrong.
Wow, amazing!
Thank you, @mdjastrzebski!
No branches or pull requests
Describe the Feature
Add option to change default configuration (like
DEFAULT_TIMEOUT
) globally, like in "@testing-library/dom" https://testing-library.com/docs/dom-testing-library/api-configuration/Possible Implementations
Related Issues
testing-library/react-hooks-testing-library#812
The text was updated successfully, but these errors were encountered: