From 49cc5d72663e2d0140d79b2672a31e151927dadd Mon Sep 17 00:00:00 2001 From: Matt Kane Date: Thu, 19 Dec 2024 16:49:51 +0000 Subject: [PATCH] [ci] format --- packages/astro/test/astro-markdown-plugins.test.js | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/packages/astro/test/astro-markdown-plugins.test.js b/packages/astro/test/astro-markdown-plugins.test.js index ec7e701722..3429c2ed7b 100644 --- a/packages/astro/test/astro-markdown-plugins.test.js +++ b/packages/astro/test/astro-markdown-plugins.test.js @@ -121,8 +121,8 @@ describe('Astro Markdown plugins', () => { testRehype(html, '#smartypants-test'); }); - describe("content layer plugins", () => { - let fixture + describe('content layer plugins', () => { + let fixture; before(async () => { fixture = await loadFixture({ root: './fixtures/content-layer-remark-plugins/', @@ -135,9 +135,7 @@ describe('Astro Markdown plugins', () => { const $ = cheerio.load(html); assert.equal($('p').text(), 'Not transformed'); }); - }); - }); function testRehype(html, headingId) {