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