Posts tagged with mock

Mock window.location in Jest

Overriding the `window.location` object in Jest is not as straight forward as you might think. Here's how to do it without side effects between tests.