diff options
author | 2022-06-22 16:04:06 +0000 | |
---|---|---|
committer | 2022-06-22 16:04:06 +0000 | |
commit | 5a41ea120260d820613bf47fa428c90d59704b2b (patch) | |
tree | e7ee8837eab3586eb0b9e0b662f5d6b77da5bd0f /packages/astro/test/astro-scripts.test.js | |
parent | aeab890971e5f425f877545c674d1cb532cee754 (diff) | |
download | astro-5a41ea120260d820613bf47fa428c90d59704b2b.tar.gz astro-5a41ea120260d820613bf47fa428c90d59704b2b.tar.zst astro-5a41ea120260d820613bf47fa428c90d59704b2b.zip |
[ci] format
Diffstat (limited to '')
-rw-r--r-- | packages/astro/test/astro-scripts.test.js | 2 |
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); |