Skip to content

Commit

Permalink
test: remove test
Browse files Browse the repository at this point in the history
  • Loading branch information
hfreire committed May 31, 2019
1 parent f3b3c0a commit 8526284
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions test/github-handyman.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ describe('GitHubHandman', () => {

beforeAll(() => {
GitHubWrapper = require('@dog-ai/github-wrapper')
//jest.mock('@dog-ai/github-wrapper')
jest.mock('@dog-ai/github-wrapper')
})

describe('when helping out pull requests', () => {
Expand All @@ -29,11 +29,5 @@ describe('GitHubHandman', () => {

expect(GitHubWrapper.mock.instances[ 0 ].getUserRepos).toHaveBeenCalledTimes(1)
})

it('should test', async () => {
await subject.helpOutWithPullRequests()

console.log('g')
})
})
})

0 comments on commit 8526284

Please sign in to comment.