aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar tony-sull <tony-sull@users.noreply.github.com> 2022-08-17 19:38:50 +0000
committerGravatar fredkbot <fred+astrobot@astro.build> 2022-08-17 19:38:50 +0000
commit1beb3f9747cada94db175a22e98fef0917f83e66 (patch)
tree7d5a220aaed8d5c3b52f3c186342fb5194701fa1
parent1c6895884c4e0729bd7fc3c501914420166c6ed9 (diff)
downloadastro-1beb3f9747cada94db175a22e98fef0917f83e66.tar.gz
astro-1beb3f9747cada94db175a22e98fef0917f83e66.tar.zst
astro-1beb3f9747cada94db175a22e98fef0917f83e66.zip
[ci] format
-rw-r--r--packages/astro/e2e/test-utils.js2
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);
},
});