[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

@ -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(() => {