Skip to content

Instantly share code, notes, and snippets.

@oosby
Created April 6, 2021 19:17
Show Gist options
  • Save oosby/509489b395d27b6bfd4d86e997abd4df to your computer and use it in GitHub Desktop.
Save oosby/509489b395d27b6bfd4d86e997abd4df to your computer and use it in GitHub Desktop.
beforeEach(() => {
jest.spyOn(window, 'location', 'get').mockReturnValue({
...window.location,
href: 'https://myapp.com'
});
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment