Update serializationTests.util.tsx

This commit is contained in:
Daniel Lautzenheiser 2023-05-16 17:35:31 -04:00
parent a1351c995a
commit c85a4888c2

View File

@ -2601,7 +2601,7 @@ Text ahead [youtube|p6h-rYSVX90] and behind and another {{< twitter 917359331535
type: 'h2', type: 'h2',
children: [ children: [
{ {
text: 'Support', text: 'Tasks',
}, },
], ],
}, },
@ -2619,7 +2619,7 @@ Text ahead [youtube|p6h-rYSVX90] and behind and another {{< twitter 917359331535
type: 'lic', type: 'lic',
children: [ children: [
{ {
text: 'Supports remark plugins', text: 'List Item A',
}, },
], ],
}, },
@ -2633,7 +2633,7 @@ Text ahead [youtube|p6h-rYSVX90] and behind and another {{< twitter 917359331535
type: 'lic', type: 'lic',
children: [ children: [
{ {
text: 'Supports wrappers', text: 'List Item B',
}, },
], ],
}, },
@ -2648,7 +2648,7 @@ Text ahead [youtube|p6h-rYSVX90] and behind and another {{< twitter 917359331535
type: 'lic', type: 'lic',
children: [ children: [
{ {
text: 'React', text: 'Task 1',
}, },
], ],
}, },
@ -2662,7 +2662,7 @@ Text ahead [youtube|p6h-rYSVX90] and behind and another {{< twitter 917359331535
type: 'lic', type: 'lic',
children: [ children: [
{ {
text: 'More coming soon', text: 'Task 2',
}, },
], ],
}, },