fusionjs / fusion-test-utils

Migrated to https://github.com/fusionjs/fusionjs
MIT License
5 stars 17 forks source link

Fix flow types for mockFunction #140

Closed derekjuber closed 6 years ago

derekjuber commented 6 years ago

Fixes https://github.com/fusionjs/fusion-test-utils/issues/134

The MockFunctionType was missing the ability to pass in function arguments.

codecov[bot] commented 6 years ago

Codecov Report

Merging #140 into master will not change coverage. The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master     #140   +/-   ##
=======================================
  Coverage   89.04%   89.04%           
=======================================
  Files           3        3           
  Lines          73       73           
  Branches       11       11           
=======================================
  Hits           65       65           
  Misses          6        6           
  Partials        2        2
Impacted Files Coverage Δ
src/index.js 72.41% <ø> (ø) :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 33db088...cb3e83c. Read the comment docs.

derekjuber commented 6 years ago

!merge