diff --git a/packages/content-fetch/test/the-atlantic-article.html b/packages/content-handler/test/data/the-atlantic-article.html similarity index 100% rename from packages/content-fetch/test/the-atlantic-article.html rename to packages/content-handler/test/data/the-atlantic-article.html diff --git a/packages/content-handler/test/the-atlantic-handler.test.ts b/packages/content-handler/test/the-atlantic-handler.test.ts index d83d59964..f97f20884 100644 --- a/packages/content-handler/test/the-atlantic-handler.test.ts +++ b/packages/content-handler/test/the-atlantic-handler.test.ts @@ -31,7 +31,7 @@ describe('Testing the atlantic opening', () => { expect(response.dom?.querySelector('[data-event-module="article body"]')).toBeEmptyDOMElement() }); - it ('should append a new div, and add the article content inside', () => { + it ('should append a new div, and add the article content inside', async() => { const response = await new TheAtlanticHandler().preHandle( 'https://theatlantic.com/article/' );