Skip to content

Commit

Permalink
cleanup (#1909)
Browse files Browse the repository at this point in the history
  • Loading branch information
bmingles committed Apr 11, 2024
1 parent 5b7d5a2 commit 4851669
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,8 @@ describe('useStringifiedMultiSelection', () => {
] as const)(
`should call onChange with 'all' or actual keys`,
(given, expected) => {
const onChange = jest.fn();
const onChange = jest.fn().mockName('onChange');

const { result } = renderHook(() =>
useStringifiedMultiSelection({
normalizedItems,
Expand Down

0 comments on commit 4851669

Please sign in to comment.