Skip to content

Commit 0e434ef

Browse files
committed
fix: format test assertions
1 parent 5c06045 commit 0e434ef

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

test/integration/embed.test.js

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -281,7 +281,9 @@ Command | Description | Parameters
281281
});
282282

283283
expect(await waitForText('#main', 'Text after missing embed')).toBeTruthy();
284-
expect(await waitForText('#main', 'reachable include content')).toBeTruthy();
284+
expect(
285+
await waitForText('#main', 'reachable include content'),
286+
).toBeTruthy();
285287
});
286288

287289
test('embed file table cell', async () => {

0 commit comments

Comments
 (0)