[ci] format

This commit is contained in:
tony-sull 2022-06-23 17:30:21 +00:00 committed by github-actions[bot]
parent c7cb5df450
commit e990b9f42d

View file

@ -20,7 +20,7 @@ export function testFactory(inlineConfig) {
astro: async ({}, use) => { astro: async ({}, use) => {
fixture = await loadFixture(inlineConfig); fixture = await loadFixture(inlineConfig);
await use(fixture); await use(fixture);
} },
}); });
test.afterEach(() => { test.afterEach(() => {