ryanplusplus / mach.js

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

Allow for unexpected calls to be ignored #5

Closed ryanplusplus closed 9 years ago

ryanplusplus commented 9 years ago

This will allow expected calls to be verified, but any additional noise to be ignored.