diff options
author | 2022-12-27 16:14:00 +0000 | |
---|---|---|
committer | 2022-12-27 16:14:00 +0000 | |
commit | 830680bbf86f5b3dcdf5e3561927952874c77aa9 (patch) | |
tree | f8d180395365ba88c894643a57ad6da5190bbbab | |
parent | f8f57682948a76cad81eef579235ee059578fe91 (diff) | |
download | astro-830680bbf86f5b3dcdf5e3561927952874c77aa9.tar.gz astro-830680bbf86f5b3dcdf5e3561927952874c77aa9.tar.zst astro-830680bbf86f5b3dcdf5e3561927952874c77aa9.zip |
[ci] format
-rw-r--r-- | packages/astro/test/astro-pages.test.js | 2 |
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'); }); }); |