Skip to content

Commit

Permalink
Update config-test.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
niik committed Jun 7, 2024
1 parent bb0e3b2 commit 08a286c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/fast/config-test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ describe('config', () => {
const originPath = origin.substring('file:'.length)

expect(resolve(originPath)).toBe(
join(resolveGitDir(process.env), 'etc', 'gitconfig')
join(resolveGitDir(), 'etc', 'gitconfig')
)

expect(value).toBe('/etc/gitconfig')
Expand Down

0 comments on commit 08a286c

Please sign in to comment.