sinonjs / fake-timers

Fake setTimeout and friends (collectively known as "timers"). Useful in your JavaScript tests. Extracted from Sinon.JS
BSD 3-Clause "New" or "Revised" License
793 stars 103 forks source link

Remove IE specific hacks #477

Closed fatso83 closed 11 months ago

fatso83 commented 11 months ago

Purpose (TL;DR) - mandatory

We no longer support Internet Explorer, so remove those hacks.

codecov[bot] commented 11 months ago

Codecov Report

Patch coverage has no change and project coverage change: +0.66% :tada:

Comparison is base (871f5c8) 95.80% compared to head (0936e31) 96.47%.

:exclamation: Current head 0936e31 differs from pull request most recent head ab5bd36. Consider uploading reports for the commit ab5bd36 to get more accurate results

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #477 +/- ## ========================================== + Coverage 95.80% 96.47% +0.66% ========================================== Files 2 2 Lines 691 680 -11 ========================================== - Hits 662 656 -6 + Misses 29 24 -5 ``` | Flag | Coverage Δ | | |---|---|---| | unit | `96.47% <ø> (+0.66%)` | :arrow_up: | Flags with carried forward coverage won't be shown. [Click here](https://docs.codecov.io/docs/carryforward-flags?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=sinonjs#carryforward-flags-in-the-pull-request-comment) to find out more. | [Files Changed](https://app.codecov.io/gh/sinonjs/fake-timers/pull/477?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=sinonjs) | Coverage Δ | | |---|---|---| | [src/fake-timers-src.js](https://app.codecov.io/gh/sinonjs/fake-timers/pull/477?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=sinonjs#diff-c3JjL2Zha2UtdGltZXJzLXNyYy5qcw==) | `96.49% <ø> (+0.69%)` | :arrow_up: |

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