File tree Expand file tree Collapse file tree 1 file changed +0
-42
lines changed
packages/react-devtools-shared/src/__tests__/__snapshots__ Expand file tree Collapse file tree 1 file changed +0
-42
lines changed Original file line number Diff line number Diff line change @@ -1133,48 +1133,6 @@ Object {
1133
1133
}
1134
1134
`;
1135
1135
1136
- exports[`TreeListContext tree state should select the next and previous elements in the tree: 3: select element after (0) 1`] = `
1137
- Object {
1138
- " inspectedElementID" : 3 ,
1139
- " numElements" : 4 ,
1140
- " ownerFlatTree" : null ,
1141
- " ownerID" : null ,
1142
- " searchIndex" : null ,
1143
- " searchResults" : Array [],
1144
- " searchText" : " " ,
1145
- " selectedElementID" : 3 ,
1146
- " selectedElementIndex" : 1 ,
1147
- }
1148
- `;
1149
-
1150
- exports[`TreeListContext tree state should select the next and previous elements in the tree: 3: select element after (1) 1`] = `
1151
- Object {
1152
- " inspectedElementID" : 4 ,
1153
- " numElements" : 4 ,
1154
- " ownerFlatTree" : null ,
1155
- " ownerID" : null ,
1156
- " searchIndex" : null ,
1157
- " searchResults" : Array [],
1158
- " searchText" : " " ,
1159
- " selectedElementID" : 4 ,
1160
- " selectedElementIndex" : 2 ,
1161
- }
1162
- `;
1163
-
1164
- exports[`TreeListContext tree state should select the next and previous elements in the tree: 3: select element after (2) 1`] = `
1165
- Object {
1166
- " inspectedElementID" : 5 ,
1167
- " numElements" : 4 ,
1168
- " ownerFlatTree" : null ,
1169
- " ownerID" : null ,
1170
- " searchIndex" : null ,
1171
- " searchResults" : Array [],
1172
- " searchText" : " " ,
1173
- " selectedElementID" : 5 ,
1174
- " selectedElementIndex" : 3 ,
1175
- }
1176
- `;
1177
-
1178
1136
exports[`TreeListContext tree state should select the next and previous elements in the tree: 4: select element before (1) 1`] = `
1179
1137
Object {
1180
1138
" inspectedElementID" : 2 ,
You can’t perform that action at this time.
0 commit comments