[ci] format
This commit is contained in:
parent
1c6895884c
commit
1beb3f9747
1 changed files with 1 additions and 1 deletions
|
@ -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);
|
||||
},
|
||||
});
|
||||
|
|
Loading…
Reference in a new issue