Skip to content

Commit

Permalink
prettier fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Jeremy Daley committed Feb 13, 2023
1 parent 54f3ebf commit 8ece2a9
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions src/api-client.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,12 @@ jest.mock('@actions/github', () => ({
}
},
getOctokit: () => ({
rest: { repos: {
getPages: mockGetPages,
createPagesSite: mockCreatePagesSite
}}
rest: {
repos: {
getPages: mockGetPages,
createPagesSite: mockCreatePagesSite
}
}
})
}))

Expand Down

0 comments on commit 8ece2a9

Please sign in to comment.