This commit is contained in:
Brian Vaughn 2019-06-12 15:17:29 -07:00
parent f6ec82553d
commit cb10c3d6da
1 changed files with 0 additions and 1 deletions

View File

@ -573,7 +573,6 @@ describe('TreeListContext', () => {
const outerSuspenseID = ((store.getElementIDAtIndex(1): any): number);
const childID = ((store.getElementIDAtIndex(2): any): number);
const innerSuspenseID = ((store.getElementIDAtIndex(3): any): number);
const grandchildID = ((store.getElementIDAtIndex(4): any): number);
utils.act(() => dispatch({ type: 'SELECT_OWNER', payload: childID }));
utils.act(() => renderer.update(<Contexts />));