summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar matthewp <matthewp@users.noreply.github.com> 2023-01-04 20:38:51 +0000
committerGravatar fredkbot <fred+astrobot@astro.build> 2023-01-04 20:38:51 +0000
commitc0d3877d0d1ed287b1eee3da23a65dd0d10aec53 (patch)
treee46ad55b83192ab28e9cee6f1a35948fc6ab4a35
parent116d8835ca9e78f8b5e477ee5a3d737b69f80706 (diff)
downloadastro-c0d3877d0d1ed287b1eee3da23a65dd0d10aec53.tar.gz
astro-c0d3877d0d1ed287b1eee3da23a65dd0d10aec53.tar.zst
astro-c0d3877d0d1ed287b1eee3da23a65dd0d10aec53.zip
[ci] format
-rw-r--r--packages/astro/test/space-in-folder-name.test.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/astro/test/space-in-folder-name.test.js b/packages/astro/test/space-in-folder-name.test.js
index 3920e1957..2a59418ff 100644
--- a/packages/astro/test/space-in-folder-name.test.js
+++ b/packages/astro/test/space-in-folder-name.test.js
@@ -24,7 +24,7 @@ describe('Projects with a space in the folder name', () => {
});
it('Work with hoisted scripts', async () => {
- const html = await fixture.fetch('/').then(r => r.text());
+ const html = await fixture.fetch('/').then((r) => r.text());
const $ = cheerio.load(html);
expect($('script[src*="space in folder name"]')).to.have.a.lengthOf(1);