TypedDevs / bashunit

A simple testing library for bash scripts. Test your bash scripts in the fastest and simplest way, discover the most modern bash testing library.
https://bashunit.typeddevs.com
MIT License
317 stars 27 forks source link

to_have_been_nth_called_with() #172

Open khru opened 11 months ago

khru commented 11 months ago

been able to know what were the arguments of the second call to a spy ex: https://jestjs.io/docs/expect#tohavebeennthcalledwithnthcall-arg1-arg2-

See current spy docs: https://bashunit.typeddevs.com/test-doubles#spy