DEV Community

Discussion on: Testing-library: avoid these mistakes in async tests

Collapse
 
belcodev profile image
Mario Beltrán

eslint-plugin-testing-library creator here, great post!

The rule to prevent awaited renders is really interesting, so I've created myself an issue in the plugin to implement a rule for it: github.com/testing-library/eslint-...

Thanks for sharing all these detailed explanations!

Collapse
 
tipsy_dev profile image
Aleksei Tsikov

Thank you for the awesome linter plugin 😍