Skip to content

Commit 1fe0f1c

Browse files
committed
Rebuild specs
1 parent af9d5e9 commit 1fe0f1c

File tree

5 files changed

+10
-28
lines changed

5 files changed

+10
-28
lines changed

src/test/renderer/specs/classes/BaseClass.json

Lines changed: 3 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -97,13 +97,7 @@
9797
"children": [
9898
{
9999
"summary.tsd-accordion-summary.tsd-index-summary": {
100-
"tag": "h5.tsd-index-heading.uppercase",
101-
"props": {
102-
"role": "button",
103-
"aria-expanded": "false",
104-
"tabIndex": "0"
105-
},
106-
"children": " Index"
100+
"h5.tsd-index-heading.uppercase": "Index"
107101
}
108102
},
109103
{
@@ -178,7 +172,7 @@
178172
"data-key": "section-Constructors"
179173
},
180174
"children": {
181-
"h2": " Constructors"
175+
"h2": "Constructors"
182176
}
183177
},
184178
{
@@ -267,7 +261,7 @@
267261
"data-key": "section-Methods"
268262
},
269263
"children": {
270-
"h2": " Methods"
264+
"h2": "Methods"
271265
}
272266
},
273267
{

src/test/renderer/specs/classes/ModifiersClass.json

Lines changed: 3 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -51,13 +51,7 @@
5151
"children": [
5252
{
5353
"summary.tsd-accordion-summary.tsd-index-summary": {
54-
"tag": "h5.tsd-index-heading.uppercase",
55-
"props": {
56-
"role": "button",
57-
"aria-expanded": "false",
58-
"tabIndex": "0"
59-
},
60-
"children": " Index"
54+
"h5.tsd-index-heading.uppercase": "Index"
6155
}
6256
},
6357
{
@@ -152,7 +146,7 @@
152146
"data-key": "section-Constructors"
153147
},
154148
"children": {
155-
"h2": " Constructors"
149+
"h2": "Constructors"
156150
}
157151
},
158152
{
@@ -241,7 +235,7 @@
241235
"data-key": "section-Properties"
242236
},
243237
"children": {
244-
"h2": " Properties"
238+
"h2": "Properties"
245239
}
246240
},
247241
{

src/test/renderer/specs/classes/RenderClass.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -531,7 +531,7 @@
531531
"data-key": "section-Accessors"
532532
},
533533
"children": {
534-
"h2": " Accessors"
534+
"h2": "Accessors"
535535
}
536536
},
537537
{

src/test/renderer/specs/interfaces/BaseInterface.json

Lines changed: 2 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -133,13 +133,7 @@
133133
"children": [
134134
{
135135
"summary.tsd-accordion-summary.tsd-index-summary": {
136-
"tag": "h5.tsd-index-heading.uppercase",
137-
"props": {
138-
"role": "button",
139-
"aria-expanded": "false",
140-
"tabIndex": "0"
141-
},
142-
"children": " Index"
136+
"h5.tsd-index-heading.uppercase": "Index"
143137
}
144138
},
145139
{
@@ -191,7 +185,7 @@
191185
"data-key": "section-Methods"
192186
},
193187
"children": {
194-
"h2": " Methods"
188+
"h2": "Methods"
195189
}
196190
},
197191
{

src/test/renderer/specs/modules.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -238,7 +238,7 @@
238238
"data-key": "section-Interfaces"
239239
},
240240
"children": {
241-
"h2": " Interfaces"
241+
"h2": "Interfaces"
242242
}
243243
},
244244
{

0 commit comments

Comments
 (0)