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

CHANGELOG: give a hint about how to get type defs #405

Closed glasser closed 2 years ago

glasser commented 2 years ago

The naming convention for DefinitelyTyped packages for namespaced packages is a bit obscure, so being explicit is nice (even if tsc does give the same hint).

codecov[bot] commented 2 years ago

Codecov Report

Merging #405 (eeccba9) into master (93f3f62) will not change coverage. The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master     #405   +/-   ##
=======================================
  Coverage   93.87%   93.87%           
=======================================
  Files           1        1           
  Lines         588      588           
=======================================
  Hits          552      552           
  Misses         36       36           
Flag Coverage Δ
unit 93.87% <ø> (ø)

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 93f3f62...eeccba9. Read the comment docs.