diff --git a/tests/mocks.ts b/tests/mocks.ts index b3aa07b3..02ed6531 100644 --- a/tests/mocks.ts +++ b/tests/mocks.ts @@ -23,6 +23,7 @@ const handlersParams: IHandlersParams = { uploadMultiple: () => new Promise(() => {}), next: () => {}, handle: () => {}, + showHelp: () => {}, uppload, translate };