Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix "Error: Not implemented: navigation (except hash changes)" during…
… tests JSDOM doesn't implement the navigation API and therefore raises an error in the console if `window.location` is used and anchors are clicked. As we are using a lot of anchors in our pages this error is raised often during test runs. By mocking the HTMLAnchorElement click handler the console error is silenced.
- Loading branch information