testing-library / eslint-plugin-testing-library

ESLint plugin to follow best practices and anticipate common mistakes when writing tests with Testing Library
https://npm.im/eslint-plugin-testing-library
MIT License
992 stars 142 forks source link

feat(await-async-utils): add auto-fix #918

Open neriyarden opened 4 months ago

neriyarden commented 4 months ago

Checks

Changes

Context

Fixes an item in #202

codecov[bot] commented 4 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 96.29%. Comparing base (93a6ab9) to head (d9c60fd). Report is 18 commits behind head on main.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #918 +/- ## ========================================== + Coverage 96.23% 96.29% +0.05% ========================================== Files 44 44 Lines 2419 2455 +36 Branches 1000 1024 +24 ========================================== + Hits 2328 2364 +36 Misses 91 91 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.