Skip to content

Commit

Permalink
Remove unused listCommits
Browse files Browse the repository at this point in the history
Co-authored-by: Andrew Duthie <andrew@andrewduthie.com>
  • Loading branch information
iandunn and aduth committed Mar 29, 2021
1 parent c448c57 commit 11b1857
Showing 1 changed file with 0 additions and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -18,13 +18,6 @@ describe( 'prPreviewLink', () => {

it( 'adds the adds a comment with a link to the gutenberg.run preview site', async () => {
const octokit = {
repos: {
listCommits: jest.fn( () =>
Promise.resolve( {
data: [],
} )
),
},
issues: {
createComment: jest.fn(),
},
Expand Down

0 comments on commit 11b1857

Please sign in to comment.