Fix linter errors
This commit is contained in:
parent
5f644f971e
commit
10695e6a20
46 changed files with 93 additions and 62 deletions
1
lib/util.test.js
generated
1
lib/util.test.js
generated
|
|
@ -152,6 +152,7 @@ function mockGetMetaVersionHeader(versionHeader) {
|
|||
};
|
||||
const spyGetContents = sinon
|
||||
.stub(client.meta, "get")
|
||||
// eslint-disable-next-line @typescript-eslint/no-unsafe-argument
|
||||
.resolves(response);
|
||||
sinon.stub(api, "getApiClient").value(() => client);
|
||||
return spyGetContents;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue