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

Fix skip tests #415

Closed fatso83 closed 2 years ago

fatso83 commented 2 years ago

Purpose (TL;DR) - mandatory

Fix skipping of tests. Return early instead of executing and showing as pending.

codecov[bot] commented 2 years ago

Codecov Report

Merging #415 (848d00c) into master (16592d6) will not change coverage. The diff coverage is n/a.

:exclamation: Current head 848d00c differs from pull request most recent head 2e46aa7. Consider uploading reports for the commit 2e46aa7 to get more accurate results Impacted file tree graph

@@           Coverage Diff           @@
##           master     #415   +/-   ##
=======================================
  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...2e46aa7. Read the comment docs.