We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 36673a6 commit ae44ef7Copy full SHA for ae44ef7
tests/unit/components/DocumentationTopic.spec.js
@@ -44,13 +44,16 @@ const {
44
} = DocumentationTopic.components;
45
46
const foo = {
47
- type: 'paragraph',
48
- inlineContent: [
49
- {
50
- type: 'text',
51
- text: 'foo',
52
- },
53
- ],
+ kind: PrimaryContent.constants.SectionKind.content,
+ content: [{
+ type: 'paragraph',
+ inlineContent: [
+ {
+ type: 'text',
+ text: 'foo',
54
+ },
55
+ ],
56
+ }],
57
};
58
59
const abstract = {
0 commit comments