1
0
mirror of synced 2026-01-06 06:02:35 -05:00

Merge branch 'copilot-ga-megabranch' into getting-started-articles

This commit is contained in:
Jules
2022-06-16 08:15:50 +02:00
committed by GitHub
179 changed files with 6392 additions and 5442 deletions

View File

@@ -63,7 +63,7 @@ describe('mini toc items', () => {
`
const tocItems = getMiniTocItems(html, 3)
expect(tocItems.length).toBe(2)
expect(tocItems[0].items.length).toBe(0)
expect(tocItems[0].items).toBeUndefined()
})
test('handles deeply nested toc', async () => {