Skip to content

Commit

Permalink
ci: apply automated fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
autofix-ci[bot] authored Aug 19, 2024
1 parent dd1ce96 commit a1a4430
Showing 1 changed file with 5 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,11 @@ const baseTestCases = {
`,
})),
),
invalid: ({ reactHookImport, reactHookInvocation, reactHookAlias }: TestCase) =>
invalid: ({
reactHookImport,
reactHookInvocation,
reactHookAlias,
}: TestCase) =>
[
{
name: `result of useMutation is passed to ${reactHookInvocation} as dependency `,
Expand Down

0 comments on commit a1a4430

Please sign in to comment.