[ci] format

This commit is contained in:
bholmesdev 2022-08-12 22:19:32 +00:00 committed by fredkbot
parent f7afdb889f
commit 695e9b34da

View file

@ -64,7 +64,10 @@ describe('MDX frontmatter', () => {
const frontmatterFile = document.querySelector('[data-frontmatter-file]')?.textContent;
const frontmatterUrl = document.querySelector('[data-frontmatter-url]')?.textContent;
expect(frontmatterFile?.endsWith('with-headings.mdx')).to.equal(true, '"file" prop does not end with correct path or is undefined');
expect(frontmatterFile?.endsWith('with-headings.mdx')).to.equal(
true,
'"file" prop does not end with correct path or is undefined'
);
expect(frontmatterUrl).to.equal('/with-headings');
});
});