From 56db6ae24686c3860743c7d55eaf14cd9e98be6b Mon Sep 17 00:00:00 2001 From: Matthew Phillips Date: Tue, 6 Feb 2024 14:57:32 +0000 Subject: [PATCH] [ci] format --- packages/astro/e2e/content-collections.test.js | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/packages/astro/e2e/content-collections.test.js b/packages/astro/e2e/content-collections.test.js index 344a27e997..eaa40d1b8f 100644 --- a/packages/astro/e2e/content-collections.test.js +++ b/packages/astro/e2e/content-collections.test.js @@ -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)'); }); });