mirror of
https://github.com/omnivore-app/omnivore.git
synced 2026-03-11 08:54:26 +00:00
Fix Tests
This commit is contained in:
parent
8e13284795
commit
55fd02b67a
2 changed files with 1 additions and 1 deletions
|
|
@ -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/'
|
||||
);
|
||||
|
|
|
|||
Loading…
Reference in a new issue