The GitService tests (gitService.test.ts) construct and initialize a git repo and proceed to make several test commits. On a host machine where commit.gpgsign is globally enabled this can result in disruptive and unnecessary calls to third-party software requesting the user's passphrase.
The GitService tests (gitService.test.ts) construct and initialize a git repo and proceed to make several test commits. On a host machine where
commit.gpgsignis globally enabled this can result in disruptive and unnecessary calls to third-party software requesting the user's passphrase.