jmdobry / CacheFactory

CacheFactory is a very simple and useful synchronous key-value store for the browser.
http://www.pseudobry.com/CacheFactory
MIT License
30 stars 18 forks source link

removeExpired returns item values when using local storage #34

Open BovineEnthusiast opened 5 years ago

BovineEnthusiast commented 5 years ago

Fixes https://github.com/jmdobry/CacheFactory/issues/32

codecov-io commented 5 years ago

Codecov Report

:exclamation: No coverage uploaded for pull request base (master@d31b836). Click here to learn what that means. The diff coverage is 100%.

Impacted file tree graph

@@           Coverage Diff            @@
##             master     #34   +/-   ##
========================================
  Coverage          ?   91.9%           
========================================
  Files             ?       6           
  Lines             ?     704           
  Branches          ?       0           
========================================
  Hits              ?     647           
  Misses            ?      57           
  Partials          ?       0
Impacted Files Coverage Δ
src/Cache.js 92.02% <100%> (ø)

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 d31b836...4f8003e. Read the comment docs.