1.

mockRestore() works only when mock was created with ______________.

Answer»

mockRestore() works only when MOCK was CREATED with ______________.
(1)jest.fn()
(2)jest.spyFn()
(3)jest.spyOn
(4)jest.create()

ANSWER:-(3)jest.spyOn



Discussion

No Comment Found