Skip to content

Commit

Permalink
adding in multiple args with readme
Browse files Browse the repository at this point in the history
  • Loading branch information
jaredwray committed Sep 6, 2024
1 parent 21bcc59 commit 5bd480b
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions test/index.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -94,9 +94,8 @@ describe('Hookified', () => {
});

const data = {key: 'value'};
let handlerData;

const handler = (data: any) => {
const handler = () => {
throw new Error('error');
};

Expand Down

0 comments on commit 5bd480b

Please sign in to comment.