From c0d3877d0d1ed287b1eee3da23a65dd0d10aec53 Mon Sep 17 00:00:00 2001 From: matthewp Date: Wed, 4 Jan 2023 20:38:51 +0000 Subject: [PATCH] [ci] format --- packages/astro/test/space-in-folder-name.test.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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);