Skip to content

Commit a31e732

Browse files
mmomtchevanthony-redFox
authored andcommitted
the new sort order is the correct one
1 parent 308f740 commit a31e732

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

__tests__/lib/__snapshots__/sort.js.snap

+7-7
Original file line numberDiff line numberDiff line change
@@ -156,26 +156,26 @@ exports[`sort toc with files absolute path 3`] = `
156156
Array [
157157
Object {
158158
"context": Object {
159-
"sortKey": "a",
159+
"sortKey": "b",
160160
},
161-
"kind": "function",
162161
"memberof": "classB",
163-
"name": "apples",
162+
"name": "carrot",
164163
},
165164
Object {
166165
"context": Object {
167-
"sortKey": "c",
166+
"sortKey": "a",
168167
},
169168
"kind": "function",
170169
"memberof": "classB",
171-
"name": "bananas",
170+
"name": "apples",
172171
},
173172
Object {
174173
"context": Object {
175-
"sortKey": "b",
174+
"sortKey": "c",
176175
},
176+
"kind": "function",
177177
"memberof": "classB",
178-
"name": "carrot",
178+
"name": "bananas",
179179
},
180180
]
181181
`;

0 commit comments

Comments
 (0)