Closed stoically closed 5 years ago
Since version 5, sinon is itself a sandbox. Creating stubs results in a memory leak if not restored properly, so we should do that when flush or reset is called.
flush
reset
hi. checkout v3.0.1
Thanks for the quick merge and release!
Since version 5, sinon is itself a sandbox. Creating stubs results in a memory leak if not restored properly, so we should do that when
flush
orreset
is called.