1.

Write an example of spy wrapping on existing method

Answer»

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)FALSE
(2)True

Answer:-(2)True



Discussion

No Comment Found