mirror of
https://github.com/facebook/docusaurus.git
synced 2025-07-05 10:57:53 +02:00
test: improve test coverage; properly test core client APIs (#6905)
* test: improve test coverage * fix
This commit is contained in:
parent
76cb012209
commit
d85cee576d
41 changed files with 1400 additions and 753 deletions
|
@ -250,7 +250,7 @@ Lorem Ipsum
|
|||
});
|
||||
});
|
||||
|
||||
it('parses markdown h1 title at the top followed by h2 title', () => {
|
||||
it('parses markdown h1 title at the top followed by h2 title', () => {
|
||||
const markdown = dedent`
|
||||
|
||||
# Markdown Title
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue