simonihmig / ember-window-mock

Mock window global in tests with test-friendly replacements for location, alert/confirm/prompt/ and more.
MIT License
64 stars 17 forks source link

Fix sinon.stub on window object with latest sinon #535

Closed simonihmig closed 1 year ago

simonihmig commented 1 year ago

The proxy did not support all handlers like getOwnPropertyDescriptor and defineProperty, which did not play nicely with the latest sinon versions. Fixes #478