Skip to content

Conversation

y-hsgw
Copy link
Member

@y-hsgw y-hsgw commented Sep 7, 2025

Checks

Changes

  • Add a fixer for the await-async-queries rule (add 'await ' before the async queries)
  • Update docs

Context

Fixes #914
also some of #202

Reference: #917

Copy link

codecov bot commented Sep 7, 2025

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 96.44%. Comparing base (7ab7356) to head (834375b).
⚠️ Report is 1 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff             @@
##             main    #1077      +/-   ##
==========================================
+ Coverage   96.41%   96.44%   +0.02%     
==========================================
  Files          50       50              
  Lines        2679     2700      +21     
  Branches     1099     1107       +8     
==========================================
+ Hits         2583     2604      +21     
  Misses         96       96              

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

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

@Belco90 Belco90 self-requested a review September 12, 2025 08:20
Copy link
Member

@Belco90 Belco90 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks great! Just a small nitpick.

Co-authored-by: Mario Beltrán <belco90@gmail.com>
Signed-off-by: Yukihiro Hasegawa <49516827+y-hsgw@users.noreply.github.com>
@Belco90 Belco90 merged commit 01165d9 into testing-library:main Sep 12, 2025
31 checks passed
Copy link

🎉 This PR is included in version 7.7.0 🎉

The release is available on:

Your semantic-release bot 📦🚀

@y-hsgw y-hsgw deleted the feature/add-fixer-for-await-async-queries branch September 12, 2025 15:27
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Make 'await-async-queries' rule auto-fixable
2 participants