Skip to content

Commit

Permalink
Update packages/graph-explorer/src/hooks/usePrevious.test.ts
Browse files Browse the repository at this point in the history
Co-authored-by: Alexey Temnikov <[email protected]>
  • Loading branch information
cubeddu and alexey-temnikov authored Jul 20, 2023
1 parent 115ff95 commit 331a9ae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/graph-explorer/src/hooks/usePrevious.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -19,4 +19,4 @@ describe('usePrevious', () => {
rerender({ value: 30 });
expect(result.current).toEqual(20);
});
});
});

0 comments on commit 331a9ae

Please sign in to comment.