diff options
author | 2022-08-17 19:38:50 +0000 | |
---|---|---|
committer | 2022-08-17 19:38:50 +0000 | |
commit | 1beb3f9747cada94db175a22e98fef0917f83e66 (patch) | |
tree | 7d5a220aaed8d5c3b52f3c186342fb5194701fa1 | |
parent | 1c6895884c4e0729bd7fc3c501914420166c6ed9 (diff) | |
download | astro-1beb3f9747cada94db175a22e98fef0917f83e66.tar.gz astro-1beb3f9747cada94db175a22e98fef0917f83e66.tar.zst astro-1beb3f9747cada94db175a22e98fef0917f83e66.zip |
[ci] format
-rw-r--r-- | packages/astro/e2e/test-utils.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/astro/e2e/test-utils.js b/packages/astro/e2e/test-utils.js index 030a08512..a225d1336 100644 --- a/packages/astro/e2e/test-utils.js +++ b/packages/astro/e2e/test-utils.js @@ -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); }, }); |