Skip to content

Commit

Permalink
Removed outdated snapshot
Browse files Browse the repository at this point in the history
  • Loading branch information
Brian Vaughn committed Aug 27, 2019
1 parent f55b4f8 commit 9a016c0
Showing 1 changed file with 0 additions and 42 deletions.
Expand Up @@ -1133,48 +1133,6 @@ Object {
}
`;
exports[`TreeListContext tree state should select the next and previous elements in the tree: 3: select element after (0) 1`] = `
Object {
"inspectedElementID": 3,
"numElements": 4,
"ownerFlatTree": null,
"ownerID": null,
"searchIndex": null,
"searchResults": Array [],
"searchText": "",
"selectedElementID": 3,
"selectedElementIndex": 1,
}
`;
exports[`TreeListContext tree state should select the next and previous elements in the tree: 3: select element after (1) 1`] = `
Object {
"inspectedElementID": 4,
"numElements": 4,
"ownerFlatTree": null,
"ownerID": null,
"searchIndex": null,
"searchResults": Array [],
"searchText": "",
"selectedElementID": 4,
"selectedElementIndex": 2,
}
`;
exports[`TreeListContext tree state should select the next and previous elements in the tree: 3: select element after (2) 1`] = `
Object {
"inspectedElementID": 5,
"numElements": 4,
"ownerFlatTree": null,
"ownerID": null,
"searchIndex": null,
"searchResults": Array [],
"searchText": "",
"selectedElementID": 5,
"selectedElementIndex": 3,
}
`;
exports[`TreeListContext tree state should select the next and previous elements in the tree: 4: select element before (1) 1`] = `
Object {
"inspectedElementID": 2,
Expand Down

0 comments on commit 9a016c0

Please sign in to comment.