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
70a9f0b984
commit
5ab724c633
1 changed files with 1 additions and 1 deletions
|
@ -44,7 +44,7 @@ test.describe('Server islands', () => {
|
||||||
await expect(el).toHaveText('test');
|
await expect(el).toHaveText('test');
|
||||||
});
|
});
|
||||||
|
|
||||||
test("content-type header with media type still allows the island to be displayed", async ({
|
test('content-type header with media type still allows the island to be displayed', async ({
|
||||||
page,
|
page,
|
||||||
astro,
|
astro,
|
||||||
}) => {
|
}) => {
|
||||||
|
|
Loading…
Add table
Reference in a new issue