mirror of
https://github.com/withastro/astro.git
synced 2025-01-20 22:12:38 -05:00
[ci] format
This commit is contained in:
parent
c820defe65
commit
57ab578bc7
1 changed files with 1 additions and 1 deletions
|
@ -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('');
|
||||||
});
|
});
|
||||||
});
|
});
|
||||||
|
|
Loading…
Add table
Reference in a new issue