Fix dependency incompatibilities
This commit is contained in:
parent
40a500c743
commit
c1f49580cf
749 changed files with 372856 additions and 91172 deletions
|
|
@ -199,8 +199,10 @@ export function mockLanguagesInRepo(languages: string[]) {
|
|||
|
||||
// eslint-disable-next-line @typescript-eslint/no-unsafe-argument
|
||||
mockClient.returns({
|
||||
repos: {
|
||||
listLanguages,
|
||||
rest: {
|
||||
repos: {
|
||||
listLanguages,
|
||||
},
|
||||
},
|
||||
} as any);
|
||||
return listLanguages;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue