Academind Logo

JavaScript Testing - Mocking Async Code

Testing async JavaScript code or testing JS dependencies in general can be difficult. But 'mocking' is a technique that can easily be implemented with Jest to make JavaScript testing a breeze again.

Created by Maximilian Schwarzmüller
#

Testing: Mocking Async Code

Testing async JavaScript code or testing JS dependencies in general can be difficult. But "mocking" is a technique that can easily be implemented with Jest to make JavaScript testing a breeze again.

Recommended Courses