mirror of
https://github.com/withastro/astro.git
synced 2024-12-30 22:03:56 -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');
|
||||
});
|
||||
|
||||
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,
|
||||
astro,
|
||||
}) => {
|
||||
|
|
Loading…
Reference in a new issue