Skip to content

Commit

Permalink
Fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
zharinov committed Nov 17, 2022
1 parent 4114d97 commit 66f2dcf
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions lib/util/git/config.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ describe('util/git/config', () => {
it('uses "close" events, ignores "exit" events from child processes', () => {
expect(simpleGitConfig()).toEqual({
completion: { onClose: true, onExit: false },
config: ['core.quotePath=false'],
});
});

Expand All @@ -19,6 +20,7 @@ describe('util/git/config', () => {
timeout: {
block: 50000,
},
config: ['core.quotePath=false'],
});
});
});

0 comments on commit 66f2dcf

Please sign in to comment.