[ci] format
This commit is contained in:
parent
b5ef1c2113
commit
e09692459a
1 changed files with 1 additions and 3 deletions
|
@ -106,9 +106,7 @@ describe('Astro Markdown', () => {
|
|||
|
||||
const rawContent = $('[data-raw-content]');
|
||||
|
||||
expect(fixLineEndings(rawContent.text()).trim()).to.equal(
|
||||
`## Section 1\n\n## Section 2`
|
||||
);
|
||||
expect(fixLineEndings(rawContent.text()).trim()).to.equal(`## Section 1\n\n## Section 2`);
|
||||
});
|
||||
|
||||
it('Exposes getHeadings() on glob imports', async () => {
|
||||
|
|
Loading…
Reference in a new issue