diff options
author | 2022-08-09 23:20:54 +0000 | |
---|---|---|
committer | 2022-08-09 23:20:54 +0000 | |
commit | e09692459a485a886dec81bea12ec36c15dbd83d (patch) | |
tree | 7563aa536daf4e4a643448e5e58ea22b6d8a686c | |
parent | b5ef1c2113693523f10479d472e855ab9c41395d (diff) | |
download | astro-e09692459a485a886dec81bea12ec36c15dbd83d.tar.gz astro-e09692459a485a886dec81bea12ec36c15dbd83d.tar.zst astro-e09692459a485a886dec81bea12ec36c15dbd83d.zip |
[ci] format
-rw-r--r-- | packages/astro/test/astro-markdown.test.js | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/packages/astro/test/astro-markdown.test.js b/packages/astro/test/astro-markdown.test.js index c326bb548..0f0833365 100644 --- a/packages/astro/test/astro-markdown.test.js +++ b/packages/astro/test/astro-markdown.test.js @@ -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 () => { |