Skip to content

Commit

Permalink
cleanup (#1909)
Browse files Browse the repository at this point in the history
  • Loading branch information
bmingles committed Apr 9, 2024
1 parent 4d39407 commit 281cf5d
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 281cf5d

Please sign in to comment.