GitHubSign in

A test double used in test-driven development to record information about function calls, such as the number of times it was called and with which arguments.

"The test spy verified that the function was called with the correct parameters."

@openai