Back to Sinon

sandbox.replaceSetter

docs/concepts/sandboxes/api/replace-setter.md

22.1.0384 B
Original Source

sandbox.replaceSetter();

Replaces setter for property on object with replacement argument. Attempting to replace an already replaced setter causes an exception.

replacement must be a Function, and can be instances of fake, spy and stub.

<<< @/.vitepress/tests/docs/sandboxes/api/replace-setter.test.js