ryanplusplus / mach.js

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

More intelligent matching of arguments #2

Closed ryanplusplus closed 9 years ago

ryanplusplus commented 9 years ago

Currently arguments are only matched for exact equality. It sure would be nice if objects could be matched by some other criteria.