summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar Matt Kane <ascorbic@users.noreply.github.com> 2024-12-19 16:49:51 +0000
committerGravatar astrobot-houston <fred+astrobot@astro.build> 2024-12-19 16:49:51 +0000
commit49cc5d72663e2d0140d79b2672a31e151927dadd (patch)
treea6278d194994232eb7dd66214d225f39a5f97b36
parentf632b945275c2615fc0fdf2abc831c45d0ddebcd (diff)
downloadastro-49cc5d72663e2d0140d79b2672a31e151927dadd.tar.gz
astro-49cc5d72663e2d0140d79b2672a31e151927dadd.tar.zst
astro-49cc5d72663e2d0140d79b2672a31e151927dadd.zip
[ci] format
-rw-r--r--packages/astro/test/astro-markdown-plugins.test.js6
1 files 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 ec7e70172..3429c2ed7 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) {