Skip to content

Commit

Permalink
style: fix formatting issues with prettier
Browse files Browse the repository at this point in the history
  • Loading branch information
jonasgeiler committed Apr 29, 2024
1 parent 5d3877b commit b317aa6
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion tests/test.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,7 @@ import { expect, test } from '@playwright/test';

test('index page has expected text from readme', async ({ page }) => {
await page.goto('/');
await expect(page.getByText('A tiny but mighty list virtualization library, with zero dependencies 💪')).toBeVisible();
await expect(
page.getByText('A tiny but mighty list virtualization library, with zero dependencies 💪')
).toBeVisible();
});

0 comments on commit b317aa6

Please sign in to comment.