summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar bluwy <bluwy@users.noreply.github.com> 2022-12-27 16:14:00 +0000
committerGravatar fredkbot <fred+astrobot@astro.build> 2022-12-27 16:14:00 +0000
commit830680bbf86f5b3dcdf5e3561927952874c77aa9 (patch)
treef8d180395365ba88c894643a57ad6da5190bbbab
parentf8f57682948a76cad81eef579235ee059578fe91 (diff)
downloadastro-830680bbf86f5b3dcdf5e3561927952874c77aa9.tar.gz
astro-830680bbf86f5b3dcdf5e3561927952874c77aa9.tar.zst
astro-830680bbf86f5b3dcdf5e3561927952874c77aa9.zip
[ci] format
-rw-r--r--packages/astro/test/astro-pages.test.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/astro/test/astro-pages.test.js b/packages/astro/test/astro-pages.test.js
index 624560cc9..70f391be7 100644
--- a/packages/astro/test/astro-pages.test.js
+++ b/packages/astro/test/astro-pages.test.js
@@ -26,7 +26,7 @@ describe('Pages', () => {
const html = await fixture.readFile("/quotes'-work-too/index.html");
const $ = cheerio.load(html);
- expect($('h1').text()).to.equal("Quotes work too");
+ expect($('h1').text()).to.equal('Quotes work too');
});
});