mediumEngineering Practices#73

Mock functions with Jest

Prompt

Create a Jest mock function for a callback. Test that it was called, with the correct arguments, and exactly N times.

Hints

Solution

Your Code

10 min

Tests

Click Run to test your code