jgrund / fable-jest

Fable bindings for Jest
MIT License
7 stars 6 forks source link

Add bindings to represent a function being called with nothing #8

Closed johnsonw closed 6 years ago

johnsonw commented 6 years ago
codecov[bot] commented 6 years ago

Codecov Report

Merging #8 into master will increase coverage by 0.15%. The diff coverage is 100%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master       #8      +/-   ##
==========================================
+ Coverage   91.07%   91.22%   +0.15%     
==========================================
  Files           1        1              
  Lines          56       57       +1     
  Branches        7        7              
==========================================
+ Hits           51       52       +1     
  Misses          5        5
Impacted Files Coverage Δ
fable/Matchers.fs 91.22% <100%> (+0.15%) :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 997fd38...f24b5c8. Read the comment docs.

jgrund commented 6 years ago

Thanks!