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 type error in type declaration #579

Closed simonihmig closed 2 months ago

simonihmig commented 2 months ago

'window' is referenced directly or indirectly in its own type annotation.ts(2502) showing up, probably in more recent TS versions.