Describe the bug
Updating sinon from 15.0.1 to 15.0.2 breaks callThrough functionality.
To Reproduce
Steps to reproduce the behavior:
Check 15.0.1 behaviour in min reproduction example:
https://stackblitz.com/edit/node-cg7mbz?file=index.spec.js&view=editor
Execute npm test in terminal.
Check 15.0.2 behaviour in min reproduction example:
https://stackblitz.com/edit/node-k36ehn?file=index.spec.js&view=editor
Execute npm test in terminal.
Expected behavior
callThrough should work and in 15.0.2 example the same line should be logged.
Screenshots
Working in 15.0.1:

Not working in 15.0.2:

Context (please complete the following information):
Additional context
Describe the bug
Updating
sinonfrom 15.0.1 to 15.0.2 breakscallThroughfunctionality.To Reproduce
Steps to reproduce the behavior:
Check 15.0.1 behaviour in min reproduction example:
https://stackblitz.com/edit/node-cg7mbz?file=index.spec.js&view=editor
Execute
npm testin terminal.Check 15.0.2 behaviour in min reproduction example:
https://stackblitz.com/edit/node-k36ehn?file=index.spec.js&view=editor
Execute
npm testin terminal.Expected behavior
callThroughshould work and in 15.0.2 example the same line should be logged.Screenshots

Working in 15.0.1:
Not working in 15.0.2:

Context (please complete the following information):
jest,jest-sinonAdditional context