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`] = `
156156Array [
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` ;
You can’t perform that action at this time.
0 commit comments