0
Fork 0
mirror of https://github.com/withastro/astro.git synced 2025-01-27 22:19:04 -05:00

[ci] format

This commit is contained in:
Matthew Phillips 2024-02-06 14:57:32 +00:00 committed by astrobot-houston
parent 81acac24a3
commit 56db6ae246

View file

@ -24,9 +24,6 @@ test.describe('Content Collections', () => {
const h1 = page.locator('#my-heading');
await expect(h1, 'should have green color').toHaveCSS(
'color',
'rgb(0, 128, 0)'
);
await expect(h1, 'should have green color').toHaveCSS('color', 'rgb(0, 128, 0)');
});
});