0 votes
in Big Data | Hadoop by

Write an example of spy wrapping on existing method
var setNameSpy = sinon.spy(user, "setName")
is an example of spy wrapping an existing method?
 

1 Answer

0 votes
by

TRUE 

...