Neri Yarden
Neri Yarden
## Checks - [x] I have read the [contributing guidelines](https://github.com/testing-library/eslint-plugin-testing-library/blob/main/CONTRIBUTING.md). ## Changes - Update the [How to Contribute to an Open Source Project on GitHub](https://egghead.io/series/how-to-contribute-to-an-open-source-project-on-github) link that links to a...
### Name for new rule no-findby-in-waitfor ### Description of the new rule This new rule should prevent the usage of a `findBy`* method inside a `waitFor`. ### Testing Library feature...
Hey, I don't know if this is a widespread issue or just an issue on my end. I'm seeing a big amount of errors in Sentry of this issue: TypeError...
## Checks - [x] I have read the [contributing guidelines](https://github.com/testing-library/eslint-plugin-testing-library/blob/main/CONTRIBUTING.md). ## Changes - Add auto-fix for the no-await-sync-queries rule (remove 'await ' before sync queries) - Update tests - Update...
## Checks - [x] I have read the [contributing guidelines](https://github.com/testing-library/eslint-plugin-testing-library/blob/main/CONTRIBUTING.md). ## Changes - Add auto-fix for the await-async-utils rule (add 'await ' before async utils) - Update tests - Update...
## Checks - [x] I have read the [contributing guidelines](https://github.com/testing-library/eslint-plugin-testing-library/blob/main/CONTRIBUTING.md). ## Changes - Add a fixer for the await-async-query rule (add 'await ' before the async queries) - Fix some...
### What rule do you want to change? await-async-queries ### Does this change cause the rule to produce more or fewer warnings? Fewer warnings ### How will the change be...