Skip to content

Commit

Permalink
💚 Add showHelp to tests
Browse files Browse the repository at this point in the history
  • Loading branch information
AnandChowdhary committed Dec 10, 2019
1 parent f1e8867 commit 5a7faa9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/mocks.ts
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ const handlersParams: IHandlersParams = {
uploadMultiple: () => new Promise(() => {}),
next: () => {},
handle: () => {},
showHelp: () => {},
uppload,
translate
};
Expand Down

0 comments on commit 5a7faa9

Please sign in to comment.