ryanplusplus / mach.js

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

Arrays not printed correctly in errors #4

Closed ryanplusplus closed 9 years ago

ryanplusplus commented 9 years ago

If a call is made with f([1, 2, 3]), it will show as f(1,2,3) in an error message.