[ci] format

This commit is contained in:
tony-sull 2022-08-17 19:38:50 +00:00 committed by fredkbot
parent 1c6895884c
commit 1beb3f9747

View file

@ -18,7 +18,7 @@ export function testFactory(inlineConfig) {
const test = testBase.extend({
astro: async ({}, use) => {
fixture = fixture || await loadFixture(inlineConfig);
fixture = fixture || (await loadFixture(inlineConfig));
await use(fixture);
},
});