Skip to content

Commit

Permalink
chore: linting
Browse files Browse the repository at this point in the history
  • Loading branch information
stijnvanhulle committed Jan 14, 2024
1 parent 38d1fd1 commit bb272af
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@ describe('<Mutation/>', async () => {
client: {
importPath: '@kubb/swagger-client/client',
},
parser: undefined,
}

const plugin = { options } as KubbPlugin<PluginOptions>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@ describe('<Query/>', async () => {
client: {
importPath: '@kubb/swagger-client/client',
},
parser: undefined,
}

const plugin = { options } as KubbPlugin<PluginOptions>
Expand Down

0 comments on commit bb272af

Please sign in to comment.