File tree Expand file tree Collapse file tree 1 file changed +7
-7
lines changed
__tests__/lib/__snapshots__ Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -156,26 +156,26 @@ exports[`sort toc with files absolute path 3`] = `
156
156
Array [
157
157
Object {
158
158
"context": Object {
159
- "sortKey": "a ",
159
+ "sortKey": "b ",
160
160
},
161
- "kind": "function",
162
161
"memberof": "classB",
163
- "name": "apples ",
162
+ "name": "carrot ",
164
163
},
165
164
Object {
166
165
"context": Object {
167
- "sortKey": "c ",
166
+ "sortKey": "a ",
168
167
},
169
168
"kind": "function",
170
169
"memberof": "classB",
171
- "name": "bananas ",
170
+ "name": "apples ",
172
171
},
173
172
Object {
174
173
"context": Object {
175
- "sortKey": "b ",
174
+ "sortKey": "c ",
176
175
},
176
+ "kind": "function",
177
177
"memberof": "classB",
178
- "name": "carrot ",
178
+ "name": "bananas ",
179
179
},
180
180
]
181
181
`;
You can’t perform that action at this time.
0 commit comments