¡Sorpréndeme!

How to use the Sinon Spy feature with an Axios HTTP request

2024-08-08 1 Dailymotion

Sinon Spy is a powerful feature in the Sinon.JS testing library that allows to observe and verify the behavior of functions without altering their original implementation.

This video shows a simple example of implementation for the Sinon Spy feature with an Axios HTTP request.