You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Handling non-configurable object descriptors on the prototype (#2508)
* regression test for #2491
* fix: ensure we can always restore our own spies
* Add tests for mocks, fakes and stubs
This shows an incoherent appraoch to how we deal with object
descriptors across different code paths.
* fix: only bother with unconfigurable descriptors if they are our own
* remove test for sandbox.replace
never supported undefined or protypal props in the first place.
See #2195 for backing discussion on creating sinon.define()
* fix linting
0 commit comments