summaryrefslogtreecommitdiff
path: root/packages/astro/test/astro-scripts.test.js
diff options
context:
space:
mode:
authorGravatar matthewp <matthewp@users.noreply.github.com> 2022-06-22 16:04:06 +0000
committerGravatar github-actions[bot] <github-actions[bot]@users.noreply.github.com> 2022-06-22 16:04:06 +0000
commit5a41ea120260d820613bf47fa428c90d59704b2b (patch)
treee7ee8837eab3586eb0b9e0b662f5d6b77da5bd0f /packages/astro/test/astro-scripts.test.js
parentaeab890971e5f425f877545c674d1cb532cee754 (diff)
downloadastro-5a41ea120260d820613bf47fa428c90d59704b2b.tar.gz
astro-5a41ea120260d820613bf47fa428c90d59704b2b.tar.zst
astro-5a41ea120260d820613bf47fa428c90d59704b2b.zip
[ci] format
Diffstat (limited to '')
-rw-r--r--packages/astro/test/astro-scripts.test.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/astro/test/astro-scripts.test.js b/packages/astro/test/astro-scripts.test.js
index 79fff798e..dac6a18c7 100644
--- a/packages/astro/test/astro-scripts.test.js
+++ b/packages/astro/test/astro-scripts.test.js
@@ -58,7 +58,7 @@ describe('Scripts (hoisted and not)', () => {
);
});
- it('Inline scripts that are shared by multiple pages create chunks, and aren\'t inlined into the HTML', async () => {
+ it("Inline scripts that are shared by multiple pages create chunks, and aren't inlined into the HTML", async () => {
let html = await fixture.readFile('/inline-shared-one/index.html');
let $ = cheerio.load(html);