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

refactor: fix ts-expect-error #873

Closed Belco90 closed 5 months ago

Belco90 commented 5 months ago

Checks

Changes

Context

These errors were silenced in #858

codecov[bot] commented 5 months ago

Codecov Report

Attention: 2 lines in your changes are missing coverage. Please review.

Comparison is base (93a6ab9) 96.23% compared to head (d53fe8f) 96.20%.

Files Patch % Lines
lib/rules/no-await-sync-events.ts 66.66% 2 Missing :warning:
Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #873 +/- ## ========================================== - Coverage 96.23% 96.20% -0.04% ========================================== Files 44 44 Lines 2419 2422 +3 Branches 1000 1003 +3 ========================================== + Hits 2328 2330 +2 - Misses 91 92 +1 ```

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

Belco90 commented 5 months ago

cc @lesha1201

github-actions[bot] commented 2 months ago

:tada: This PR is included in version 6.2.1 :tada:

The release is available on:

Your semantic-release bot :package::rocket: