Skip to main content
🔮 Output PredictionQA Testing & QA Medium⚡+20 XP

toHaveBeenCalledWith

What does this assertion check?

Testing & QA
expect(sendEmail).toHaveBeenCalledWith('alice@test.com', 'Welcome');

🔮 What is the output?