0
Fork 0
mirror of https://github.com/withastro/astro.git synced 2025-01-20 22:12:38 -05:00

[ci] format

This commit is contained in:
Florian Lefebvre 2024-01-24 22:25:03 +00:00 committed by astrobot-houston
parent c820defe65
commit 57ab578bc7

View file

@ -8,6 +8,6 @@ test.describe('Plugin Script Import', () => {
await page.goto(astro.resolveUrl('/')); await page.goto(astro.resolveUrl('/'));
const el = page.locator('#foo'); const el = page.locator('#foo');
expect(await el.getAttribute("hidden")).toBe(''); expect(await el.getAttribute('hidden')).toBe('');
}); });
}); });