Skip to content

Commit 9a016c0

Browse files
author
Brian Vaughn
committed
Removed outdated snapshot
1 parent f55b4f8 commit 9a016c0

File tree

1 file changed

+0
-42
lines changed

1 file changed

+0
-42
lines changed

packages/react-devtools-shared/src/__tests__/__snapshots__/treeContext-test.js.snap

Lines changed: 0 additions & 42 deletions
Original file line numberDiff line numberDiff line change
@@ -1133,48 +1133,6 @@ Object {
11331133
}
11341134
`;
11351135
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-
11781136
exports[`TreeListContext tree state should select the next and previous elements in the tree: 4: select element before (1) 1`] = `
11791137
Object {
11801138
"inspectedElementID": 2,

0 commit comments

Comments
 (0)