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 75a36f3 commit 28340caCopy full SHA for 28340ca
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