Skip to content

Commit

Permalink
[ci] format
Browse files Browse the repository at this point in the history
  • Loading branch information
ascorbic authored and astrobot-houston committed Dec 19, 2024
1 parent f632b94 commit 49cc5d7
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions packages/astro/test/astro-markdown-plugins.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -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/',
Expand All @@ -135,9 +135,7 @@ describe('Astro Markdown plugins', () => {
const $ = cheerio.load(html);
assert.equal($('p').text(), 'Not transformed');
});

});

});

function testRehype(html, headingId) {
Expand Down

0 comments on commit 49cc5d7

Please sign in to comment.