Skip to content

Commit f6a6cc1

Browse files
Update src/utils/__tests__/git.spec.ts
Co-authored-by: ellipsis-dev[bot] <65095814+ellipsis-dev[bot]@users.noreply.github.com>
1 parent 3d7125a commit f6a6cc1

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/utils/__tests__/git.spec.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,6 @@ describe("git utils", () => {
8383
if (command === cmd) {
8484
callback(null, response)
8585
return {} as any
86-
return {} as any
8786
}
8887
}
8988
callback(new Error(`Unexpected command: ${command}`))

0 commit comments

Comments
 (0)