We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 87cddc1 commit d29b290Copy full SHA for d29b290
src/services/RepoService.test.ts
@@ -39,6 +39,7 @@ describe('RepoService', () => {
39
obj: {},
40
oidc: { issuer: 'https://issuer.com', clientID: 'client-id', clientSecret: 'client-secret' },
41
versions: { version: '1.0.0' },
42
+ files: {},
43
} as Repo
44
service = new RepoService(repo)
45
service.createTeamConfig(teamSettings)
0 commit comments