in Big Data | Hadoop by (6.3k points)

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 (6.3k points)

TRUE 

Related questions

0 votes
asked Jan 13, 2020 in Big Data | Hadoop by AdilsonLima (6.3k points)
0 votes
asked Apr 3, 2020 in Big Data | Hadoop by Tate (883 points)
0 votes
asked Apr 8, 2020 in Big Data | Hadoop by GeorgeBell (5.2k points)
...