Skip to content

Commit

Permalink
the new sort order is the correct one
Browse files Browse the repository at this point in the history
  • Loading branch information
mmomtchev authored and anthony-redFox committed Dec 9, 2021
1 parent 308f740 commit a31e732
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions __tests__/lib/__snapshots__/sort.js.snap
Expand Up @@ -156,26 +156,26 @@ exports[`sort toc with files absolute path 3`] = `
Array [
Object {
"context": Object {
"sortKey": "a",
"sortKey": "b",
},
"kind": "function",
"memberof": "classB",
"name": "apples",
"name": "carrot",
},
Object {
"context": Object {
"sortKey": "c",
"sortKey": "a",
},
"kind": "function",
"memberof": "classB",
"name": "bananas",
"name": "apples",
},
Object {
"context": Object {
"sortKey": "b",
"sortKey": "c",
},
"kind": "function",
"memberof": "classB",
"name": "carrot",
"name": "bananas",
},
]
`;

0 comments on commit a31e732

Please sign in to comment.