diff --git a/__test__/git-config-helper.int.test.ts b/__test__/git-config-helper.int.test.ts index 1f6a8d1..8a53c19 100644 --- a/__test__/git-config-helper.int.test.ts +++ b/__test__/git-config-helper.int.test.ts @@ -82,7 +82,7 @@ describe('git-config-helper integration tests', () => { const includeIfKeysAfter = await git.tryGetConfigKeys( '^includeIf\\.gitdir:' ) - const credentialIncludes = [] + const credentialIncludes: string[] = [] for (const key of includeIfKeysAfter) { const values = await git.tryGetConfigValues(key) for (const value of values) {