Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(react): disable no-await-sync-events by default #984

Draft
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

eps1lon
Copy link
Member

@eps1lon eps1lon commented Jan 27, 2025

Changes

@testing-library/react will require await act(). At that point the rule is useless. Kept for backwards compatibility.

Context

testing-library/react-testing-library#1214

Copy link

codecov bot commented Jan 27, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 96.27%. Comparing base (26d360e) to head (2c39396).
Report is 5 commits behind head on main.

Additional details and impacted files
@@           Coverage Diff           @@
##             main     #984   +/-   ##
=======================================
  Coverage   96.27%   96.27%           
=======================================
  Files          46       46           
  Lines        2472     2472           
  Branches     1025     1030    +5     
=======================================
  Hits         2380     2380           
  Misses         92       92           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@eps1lon eps1lon force-pushed the disable-no-await-sync-events branch from 6201fe8 to c22f128 Compare January 27, 2025 20:06
`@testing-library/react` will require `await act()`.
At that point the rule is useless. Kept for backwards compatibility.
@eps1lon eps1lon force-pushed the disable-no-await-sync-events branch from c22f128 to 2c39396 Compare January 27, 2025 20:07
@Belco90 Belco90 self-requested a review January 29, 2025 10:30
@Belco90 Belco90 changed the title [react] Disable testing-library/no-await-sync-events by default fix(react): disable no-await-sync-events by default Jan 29, 2025
@Belco90
Copy link
Member

Belco90 commented Jan 29, 2025

Hi @eps1lon! Thanks for this PR and sharing context, I wasn't aware of such change.

@eps1lon
Copy link
Member Author

eps1lon commented Jan 29, 2025

It hasn't landed yet. This is just preparation.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants