node-modules / mm

An simple but flexible mock(or say stub) package, mock mate
Other
158 stars 16 forks source link

feat: [BREAKING] don't allow to mock async function to normal function #46

Closed fengmk2 closed 4 years ago

fengmk2 commented 4 years ago

drop node support 4, 6, now support node version >= 8

codecov[bot] commented 4 years ago

Codecov Report

Merging #46 into master will increase coverage by <.01%. The diff coverage is 100%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #46      +/-   ##
==========================================
+ Coverage   97.55%   97.56%   +<.01%     
==========================================
  Files           3        2       -1     
  Lines         286      246      -40     
==========================================
- Hits          279      240      -39     
+ Misses          7        6       -1
Impacted Files Coverage Δ
lib/mm.js 97.54% <100%> (+0.04%) :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 eec0876...e09e159. Read the comment docs.