mirror of
https://github.com/facebook/docusaurus.git
synced 2025-07-05 10:57:53 +02:00
chore: enable eslint-plugin-jest (#6375)
This commit is contained in:
parent
3e5944ef1f
commit
52db7320a6
32 changed files with 194 additions and 193 deletions
|
@ -802,7 +802,7 @@ describe('parseMarkdownString', () => {
|
|||
`);
|
||||
});
|
||||
|
||||
test('should delete only first heading', () => {
|
||||
test('should delete only first heading 2', () => {
|
||||
expect(
|
||||
parseMarkdownString(dedent`
|
||||
# test
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue