mirror of
https://github.com/withastro/astro.git
synced 2024-12-30 22:03:56 -05:00
[ci] format
This commit is contained in:
parent
f632b94527
commit
49cc5d7266
1 changed files with 2 additions and 4 deletions
|
@ -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) {
|
||||
|
|
Loading…
Reference in a new issue