Secbone / koa-session2

Middleware for Koa2 to get/set session
MIT License
153 stars 30 forks source link

fix bug - set session object into Map #28

Closed dominhhai closed 7 years ago

dominhhai commented 7 years ago

fix Map set bug in default Store

codecov-io commented 7 years ago

Codecov Report

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

@@            Coverage Diff            @@
##             master      #28   +/-   ##
=========================================
  Coverage          ?   84.21%           
=========================================
  Files             ?        1           
  Lines             ?       19           
  Branches          ?        4           
=========================================
  Hits              ?       16           
  Misses            ?        3           
  Partials          ?        0
Impacted Files Coverage Δ
libs/store.js 84.21% <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 d44d5e0...ec53c44. Read the comment docs.

Secbone commented 7 years ago

Thanks! I think I should update the test case. 🤕

tinovyatkin commented 7 years ago

Oops, sorry, my fault!