Skip to content

Commit

Permalink
test: removed unused prop
Browse files Browse the repository at this point in the history
  • Loading branch information
RiccardoMolinari95 committed Jan 8, 2025
1 parent 95f5372 commit d19bcf8
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@ describe("ItwIdentificationModeSelectionScreen", () => {
const mockNavigation = new Proxy(
{},
{
get: (_, prop) => jest.fn()
get: _ => jest.fn()
}
) as unknown as IOStackNavigationProp<
ItwParamsList,
Expand Down

0 comments on commit d19bcf8

Please sign in to comment.