Skip to content

Commit

Permalink
fixed auth helper test
Browse files Browse the repository at this point in the history
  • Loading branch information
ericsciple committed May 26, 2020
1 parent c33ce1d commit bd912f9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions __test__/git-auth-helper.test.ts
Expand Up @@ -722,6 +722,7 @@ async function setup(testName: string): Promise<void> {
log1: jest.fn(),
remoteAdd: jest.fn(),
removeEnvironmentVariable: jest.fn((name: string) => delete git.env[name]),
revParse: jest.fn(),
setEnvironmentVariable: jest.fn((name: string, value: string) => {
git.env[name] = value
}),
Expand Down

0 comments on commit bd912f9

Please sign in to comment.