Skip to content

Commit 0f60e1b

Browse files
Update packages/cli/test/unit/commands/ci/handle-ci.test.mts
Co-authored-by: graphite-app[bot] <96075541+graphite-app[bot]@users.noreply.github.com> Signed-off-by: Graydon Hope <41659296+graydonhope@users.noreply.github.com>
1 parent d693e1a commit 0f60e1b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/cli/test/unit/commands/ci/handle-ci.test.mts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -278,7 +278,7 @@ describe('handleCi', () => {
278278
mockGetRepoName.mockResolvedValue('test-repo')
279279

280280
mockHandleCreateNewScan.mockImplementation(async () => {
281-
process.exitCode = 1
281+
process.exitCode = 1;
282282
})
283283

284284
await handleCi(false)

0 commit comments

Comments
 (0)