NagRock / ts-mockito

Mocking library for TypeScript
MIT License
969 stars 93 forks source link

Added anything() to readme #205

Closed golergka closed 3 years ago

golergka commented 3 years ago

I recently started using this package, and I spent some time figuring out the proper way to check for calls with any arguments. I think adding anything() to the readme, especially the "Basics" fragment would be very helpful for new users of this package.

codecov-io commented 3 years ago

Codecov Report

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

Impacted file tree graph

@@           Coverage Diff           @@
##           master     #205   +/-   ##
=======================================
  Coverage   93.55%   93.55%           
=======================================
  Files          34       34           
  Lines         652      652           
  Branches       80       80           
=======================================
  Hits          610      610           
  Misses         30       30           
  Partials       12       12           

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 6637048...963dbb1. Read the comment docs.

nathan815 commented 3 years ago

This is a good addition to the readme. Wonder why it hasn't been merged?