Skip to content

fix: setImmediate fake timer issue with jsdom - #1928

Merged
mdjastrzebski merged 1 commit into
mainfrom
fix/set-immediate-fake-timers-jsdom
Jul 20, 2026
Merged

fix: setImmediate fake timer issue with jsdom#1928
mdjastrzebski merged 1 commit into
mainfrom
fix/set-immediate-fake-timers-jsdom

Conversation

@mdjastrzebski

Copy link
Copy Markdown
Member

Summary

Fixes #1767

Test plan

@codecov

codecov Bot commented Jul 20, 2026

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 98.55%. Comparing base (8b17683) to head (b24e7d9).

Additional details and impacted files
@@            Coverage Diff             @@
##             main    #1928      +/-   ##
==========================================
+ Coverage   98.41%   98.55%   +0.13%     
==========================================
  Files          79       79              
  Lines        1518     1519       +1     
  Branches      417      417              
==========================================
+ Hits         1494     1497       +3     
+ Misses         24       22       -2     

☔ View full report in Codecov by Harness.
📢 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.

@mdjastrzebski
mdjastrzebski merged commit a3e48a7 into main Jul 20, 2026
32 checks passed
@mdjastrzebski
mdjastrzebski deleted the fix/set-immediate-fake-timers-jsdom branch July 20, 2026 09:57
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.

runWithRealTimers's setImmediate polyfill will still use the fake setTimeout

1 participant