Back to Sinon

stub.value

docs/concepts/stubs/api/value.md

22.1.0260 B
Original Source

stub.value(newVal)

Defines a new value for this stub.

<<< ../../../.vitepress/tests/docs/stubs/api/value-1.test.js

Restoring values

You can restore values by calling the restore method:

<<< ../../../.vitepress/tests/docs/stubs/api/value-2.test.js