[ci] format

This commit is contained in:
bholmesdev 2022-08-09 23:20:54 +00:00 committed by fredkbot
parent b5ef1c2113
commit e09692459a

View file

@ -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 () => {