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

feat(async/unstable): add waitFor function to wait for condition to be true (#6213) #6230

Open
wants to merge 4 commits into
base: main
Choose a base branch
from

Update async/unstable_wait_for.ts

32764c1
Select commit
Loading
Failed to load commit list.
Open

feat(async/unstable): add waitFor function to wait for condition to be true (#6213) #6230

Update async/unstable_wait_for.ts
32764c1
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Dec 5, 2024 in 0s

96.52% (+0.00%) compared to b1b8279

View this Pull Request on Codecov

96.52% (+0.00%) compared to b1b8279

Details

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 96.52%. Comparing base (b1b8279) to head (32764c1).

Additional details and impacted files
@@           Coverage Diff           @@
##             main    #6230   +/-   ##
=======================================
  Coverage   96.52%   96.52%           
=======================================
  Files         534      535    +1     
  Lines       40976    40996   +20     
  Branches     6134     6135    +1     
=======================================
+ Hits        39551    39573   +22     
+ Misses       1383     1381    -2     
  Partials       42       42           

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