Back to Sinon

stub.reset

docs/concepts/stubs/api/reset.md

22.1.0365 B
Original Source

stub.reset()

Resets both behavior and history of the stub.

<<< ../../../.vitepress/tests/docs/stubs/api/reset.test.js

This is equivalent to calling both stub.resetBehavior() and stub.resetHistory().

As a convenience, you can apply stub.reset() to all stubs using sinon.reset().