diff options
author | 2022-06-23 17:30:21 +0000 | |
---|---|---|
committer | 2022-06-23 17:30:21 +0000 | |
commit | e990b9f42d9099868d4e764076bba4cfe29b2b28 (patch) | |
tree | 9b02e80b9ddcb6c2f47ac1beda0248029798f45e | |
parent | c7cb5df450c2b86ba7b17301fb06fa9d388c8316 (diff) | |
download | astro-e990b9f42d9099868d4e764076bba4cfe29b2b28.tar.gz astro-e990b9f42d9099868d4e764076bba4cfe29b2b28.tar.zst astro-e990b9f42d9099868d4e764076bba4cfe29b2b28.zip |
[ci] format
Diffstat (limited to '')
-rw-r--r-- | packages/astro/e2e/test-utils.js | 4 |
1 files 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(() => { |