ryanplusplus / mach.js

Simple mocking framework for JavaScript inspired by CppUMock and designed for readability
MIT License
5 stars 2 forks source link

Update readme to show expectations that allow any arguments #3

Closed ryanplusplus closed 9 years ago

ryanplusplus commented 9 years ago

Cover shouldBeCalledWithAnyArguments and mayBeCalledWithAnyArguments.