Back to Sinon

sandbox.replaceGetter

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

22.1.0384 B
Original Source

sandbox.replaceGetter();

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

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

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