diff options
Diffstat (limited to 'test/content/presenters')
-rw-r--r-- | test/content/presenters/NavigationPresenter.test.ts | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/test/content/presenters/NavigationPresenter.test.ts b/test/content/presenters/NavigationPresenter.test.ts index c1aca9a..5b6a8ca 100644 --- a/test/content/presenters/NavigationPresenter.test.ts +++ b/test/content/presenters/NavigationPresenter.test.ts @@ -132,13 +132,4 @@ describe('NavigationPresenter', () => { '<a href="#dummy">next page</a><a rel="next" href="#next">click me</a>' )); }); - - describe('#parent', () => { - // NOTE: not able to test location - it('removes hash', () => { - window.location.hash = '#section-1'; - sut.openParent(); - expect(document.location.hash).to.be.empty; - }); - }); }); |