Skip to content

Commit 49cc5d7

Browse files
ascorbicastrobot-houston
authored andcommitted
[ci] format
1 parent f632b94 commit 49cc5d7

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

packages/astro/test/astro-markdown-plugins.test.js

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -121,8 +121,8 @@ describe('Astro Markdown plugins', () => {
121121
testRehype(html, '#smartypants-test');
122122
});
123123

124-
describe("content layer plugins", () => {
125-
let fixture
124+
describe('content layer plugins', () => {
125+
let fixture;
126126
before(async () => {
127127
fixture = await loadFixture({
128128
root: './fixtures/content-layer-remark-plugins/',
@@ -135,9 +135,7 @@ describe('Astro Markdown plugins', () => {
135135
const $ = cheerio.load(html);
136136
assert.equal($('p').text(), 'Not transformed');
137137
});
138-
139138
});
140-
141139
});
142140

143141
function testRehype(html, headingId) {

0 commit comments

Comments
 (0)