Michael Peyper
Michael Peyper
React version: 16.13.1 ## Steps To Reproduce 1. Create a component with a useEffect hook 2. Render the component in an error boundary using `react-test-renderer` 3. Throw an error synchronously...
### Describe the feature you'd like: This feature has been mentioned previously in #631 and in [discord](https://discord.com/channels/723559267868737556/723852521734668299/882262040369057872) The ability to use a `Promise` with `waitFor` to wrap async behaviour in...
### Describe the feature you'd like: It's been discussed a lot in other issues, but never formally proposed, to remove the `result.error` property and instead simply allow rendering errors be...
I'm working on the improved docs in #19 and I'm struggling a bit with the section on changing the parameters passed to the hooks. Essentially, my issue is that there...
There is an existing PR created to add docs to `testing-library-docs` from when `testHook` was part of `react-testing-library`. Since it was removed and the code merged with this library, the...
I'd like to propose a new rule for a `testing-library` that I do not believe is currently covered in this plugin. I'm not sure if it would be part of...
**Describe the bug** The name of functions that infer their names from a variable name is being removed when `babel-plugin-minify-dead-code-elimination` is used with the `keepFnNames` option enabled. All of these...