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
797 stars 104 forks source link

Use prettier@2 #361

Closed mroderick closed 3 years ago

mroderick commented 3 years ago

We're trying get all the @sinonjs/* projects on the same page with prettier, so we can reduce the maintenance burden. This PR is part of that effort.

codecov[bot] commented 3 years ago

Codecov Report

Merging #361 (251a61e) into master (af06eeb) will not change coverage. The diff coverage is 100.00%.

Impacted file tree graph

@@           Coverage Diff           @@
##           master     #361   +/-   ##
=======================================
  Coverage   93.98%   93.98%           
=======================================
  Files           1        1           
  Lines         549      549           
=======================================
  Hits          516      516           
  Misses         33       33           
Flag Coverage Δ
unit 93.98% <100.00%> (ø)

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

Impacted Files Coverage Δ
src/fake-timers-src.js 93.98% <100.00%> (ø)

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 af06eeb...251a61e. Read the comment docs.