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
794 stars 103 forks source link

chore: test on node 17 #416

Closed SimenB closed 2 years ago

SimenB commented 2 years ago

Purpose (TL;DR) - mandatory

You never know! 😀

codecov[bot] commented 2 years ago

Codecov Report

Merging #416 (74601e0) into master (16592d6) will not change coverage. The diff coverage is n/a.

:exclamation: Current head 74601e0 differs from pull request most recent head 9c17035. Consider uploading reports for the commit 9c17035 to get more accurate results Impacted file tree graph

@@           Coverage Diff           @@
##           master     #416   +/-   ##
=======================================
  Coverage   94.17%   94.17%           
=======================================
  Files           1        1           
  Lines         618      618           
=======================================
  Hits          582      582           
  Misses         36       36           
Flag Coverage Δ
unit 94.17% <ø> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.


Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 16592d6...9c17035. Read the comment docs.