Finish the `calledWith` expectation
brandonsturgeon opened this issue · 0 comments
brandonsturgeon commented
Simply, this is a very useful expectation and the code is almost all there. It just needs a little elbow grease.
Figuring out how it should work is the biggest hold up.
If it was called 10 times, should you be able to do calledWith( secondParam )
and have it work? Or does calledWith
imply "called only with"?