Skip to content

Commit

Permalink
refactor: [#198] remove unused method
Browse files Browse the repository at this point in the history
  • Loading branch information
josecelano committed Jun 8, 2022
1 parent 59faa3a commit 72cebfb
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions src/__tests__/helpers.ts
Original file line number Diff line number Diff line change
Expand Up @@ -125,11 +125,3 @@ export function dummyCommitBodyText(): string {
}
})
}

export function gitTestEnv(): NodeJS.ProcessEnv {
return {
LANG: 'en_US.UTF-8',
GIT_COMMITTER_NAME: 'A Committer',
GIT_COMMITTER_EMAIL: 'committer@example.com'
}
}

0 comments on commit 72cebfb

Please sign in to comment.