Skip to content

Commit

Permalink
strict type
Browse files Browse the repository at this point in the history
  • Loading branch information
ashika112 committed May 6, 2024
1 parent a46feb9 commit 15b5c95
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ type ApiFunctionalTestErrorCase<ApiHandler extends (...args: any) => any> = [
Parameters<ApiHandler>[1], // input
HttpRequest, // expected request
MockFetchResponse, // response
object, // error
{ name: string; message: string }, // error
];

/**
Expand Down

0 comments on commit 15b5c95

Please sign in to comment.