dayjs icon indicating copy to clipboard operation
dayjs copied to clipboard

Refactor test methods to use 'it(..)' consistently - splits pr #2084

Open BePo65 opened this issue 2 years ago • 1 comments

Most tests use it(...), but some use test(...). This PR changes all tests to use it(...).

This PR extracts parts of pr #2084 to make that PR more reviewable.

BePo65 avatar Sep 23 '23 16:09 BePo65

Codecov Report

Patch and project coverage have no change.

Comparison is base (a947a51) 99.77% compared to head (adb8184) 99.77%.

Additional details and impacted files
@@           Coverage Diff           @@
##              dev    #2460   +/-   ##
=======================================
  Coverage   99.77%   99.77%           
=======================================
  Files         183      183           
  Lines        2262     2262           
  Branches      641      641           
=======================================
  Hits         2257     2257           
  Misses          5        5           

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

codecov[bot] avatar Sep 23 '23 16:09 codecov[bot]