From e990b9f42d9099868d4e764076bba4cfe29b2b28 Mon Sep 17 00:00:00 2001 From: tony-sull Date: Thu, 23 Jun 2022 17:30:21 +0000 Subject: [PATCH] [ci] format --- packages/astro/e2e/test-utils.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/packages/astro/e2e/test-utils.js b/packages/astro/e2e/test-utils.js index 91302c8e6..33edb1e3b 100644 --- a/packages/astro/e2e/test-utils.js +++ b/packages/astro/e2e/test-utils.js @@ -1,4 +1,4 @@ -import { test as testBase } from '@playwright/test'; +import { test as testBase } from '@playwright/test'; import { loadFixture as baseLoadFixture } from '../test/test-utils.js'; export function loadFixture(inlineConfig) { @@ -20,7 +20,7 @@ export function testFactory(inlineConfig) { astro: async ({}, use) => { fixture = await loadFixture(inlineConfig); await use(fixture); - } + }, }); test.afterEach(() => {