• last year
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.

Recommended