caiogondim / fast-memoize.js

:rabbit2: Fastest possible memoization library
https://npm.im/fast-memoize
MIT License
2.58k stars 86 forks source link

Spread arguments fix #61

Closed caiogondim closed 7 years ago

codecov-io commented 7 years ago

Codecov Report

Merging #61 into master will not change coverage. The diff coverage is 100%.

Impacted file tree graph

@@          Coverage Diff          @@
##           master    #61   +/-   ##
=====================================
  Coverage     100%   100%           
=====================================
  Files           1      1           
  Lines          32     37    +5     
  Branches        8      8           
=====================================
+ Hits           32     37    +5
Impacted Files Coverage Δ
src/index.js 100% <100%> (ø) :arrow_up:
caiogondim commented 7 years ago

Will merge if it's ok for you @aduth

caiogondim commented 7 years ago

That's expected. Just did npm config set save-prefix='' yesterday, to have npm behaving a little bit more deterministicly.