1
0
mirror of synced 2026-01-07 09:01:31 -05:00

Upgrade all rehype and remark (#43021)

This commit is contained in:
Peter Bengtsson
2023-09-22 07:58:32 -04:00
committed by GitHub
parent fb3cdbea98
commit 384c12e8d7
5 changed files with 1199 additions and 1992 deletions

View File

@@ -18,6 +18,8 @@ describe('annotate', () => {
// We don't normally use snapshots,
// but in this case its a short and concise example
// that won't change regularly.
// If it fails, study the output and make sure it's correct.
// If it is indeed correct, run `jest --updateSnapshot` to update it.
expect(await renderContent(example)).toMatchSnapshot()
})
})