007 icon indicating copy to clipboard operation
007 copied to clipboard

Returns a deep copy of an object with all functions converted to spies.

Results 1 007 issues
Sort by recently updated
recently updated
newest added

Hello, Instead of `mock = makeMockFn();` you may want to require [sinon](http://sinonjs.org/docs/#stubs) and call `mock = sinon.stub()` you'll then be able to leverage the power of Sinon API. My two...