Skip to content

Commit

Permalink
a
Browse files Browse the repository at this point in the history
  • Loading branch information
dimaMachina committed Dec 14, 2024
1 parent 84a5e75 commit f20d629
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ describe('process.stderr.write', () => {
const mockStdErrWrite = vi
.spyOn(process.stderr, 'write')
.mockImplementation();
vi.spyOn(process, "exit").mockImplementation(() => {})
vi.spyOn(process, 'exit').mockImplementation(() => {});
const undefinedWithNewLine = /^undefined\n$/;

main('autocomplete', argv);
Expand Down

0 comments on commit f20d629

Please sign in to comment.