Back to Sinon

spy.thisValues

docs/concepts/spies/api/this-values.md

22.1.0653 B
Original Source

spy.thisValues

Array of this objects, spy.thisValues[0] is the this object for the first call.

<<< ../../../.vitepress/tests/docs/spies/api/this-values.test.js

See Function.prototype.call().

Resetting thisValues to default

You can reset thisValues in three different ways: