discordjs / voice

Implementation of the Discord Voice API for discord.js and other JS/TS libraries
Apache License 2.0
328 stars 112 forks source link

test(DataStore): add missing tests #165

Closed ckohen closed 2 years ago

ckohen commented 2 years ago

Please describe the changes this PR makes and why it should be merged:

Add the rest of the tests for DataStore πŸ˜„

Status and versioning classification:

codecov[bot] commented 2 years ago

Codecov Report

Merging #165 (39ae427) into main (516bc3b) will increase coverage by 2.86%. The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff             @@
##             main     #165      +/-   ##
==========================================
+ Coverage   68.65%   71.52%   +2.86%     
==========================================
  Files          19       19              
  Lines         906      906              
  Branches      221      215       -6     
==========================================
+ Hits          622      648      +26     
+ Misses        282      256      -26     
  Partials        2        2              
Impacted Files Coverage Ξ”
src/DataStore.ts 100.00% <0.00%> (+60.46%) :arrow_up:

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 516bc3b...39ae427. Read the comment docs.