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
967 stars 135 forks source link

Disallow usages of innerHTML for no-container rule #889

Open CodingItWrong opened 3 months ago

CodingItWrong commented 3 months ago

Checks

Changes

Context

Fixes #883

codecov[bot] commented 3 months ago

Codecov Report

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

Project coverage is 96.21%. Comparing base (93a6ab9) to head (514ef11). Report is 4 commits behind head on main.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #889 +/- ## ========================================== - Coverage 96.23% 96.21% -0.03% ========================================== Files 44 44 Lines 2419 2432 +13 Branches 1000 1007 +7 ========================================== + Hits 2328 2340 +12 - Misses 91 92 +1 ```

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