We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 308f740 commit a31e732Copy full SHA for a31e732
__tests__/lib/__snapshots__/sort.js.snap
@@ -156,26 +156,26 @@ exports[`sort toc with files absolute path 3`] = `
156
Array [
157
Object {
158
"context": Object {
159
- "sortKey": "a",
+ "sortKey": "b",
160
},
161
- "kind": "function",
162
"memberof": "classB",
163
- "name": "apples",
+ "name": "carrot",
164
165
166
167
- "sortKey": "c",
+ "sortKey": "a",
168
169
"kind": "function",
170
171
- "name": "bananas",
+ "name": "apples",
172
173
174
175
- "sortKey": "b",
+ "sortKey": "c",
176
+ "kind": "function",
177
178
- "name": "carrot",
+ "name": "bananas",
179
180
]
181
`;
0 commit comments