Skip to main content
✏️ Code CompletionQA Testing & QA Easy+10 XP

Spy on Method

Complete to spy on the console.log method.

✏️ Fill in the blank
const spy = jest.spyOn(___, 'log');

✏️ Type the missing code: