Back to Sinon

Mock API

docs/concepts/mocks/api/_index.md

22.1.0453 B
Original Source

Mock API

Creating a mock

Create a mock for the provided object.

This does not change the object, but returns a mock object to set expectations on the object's methods.

<<< ../../../.vitepress/tests/docs/mocks/api/_index.test.js

Methods

Properties