Skip to content

Commit

Permalink
Remove log outputs
Browse files Browse the repository at this point in the history
  • Loading branch information
Takeshi committed Feb 16, 2024
1 parent 656d279 commit 671e804
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/utils/__test__/clone.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@ describe('utils/clone', () => {
})
it('should clone the repository', async () => {
const result = await clone('lukeed/gittar', options)
console.log(result)
expect(await exists(result)).toBe(true)
})
})

0 comments on commit 671e804

Please sign in to comment.