Fix linter errors
This commit is contained in:
parent
5f644f971e
commit
10695e6a20
46 changed files with 93 additions and 62 deletions
|
|
@ -19,7 +19,7 @@ test.beforeEach(() => {
|
|||
pluginStub = sinon.stub(githubUtils.GitHub, "plugin");
|
||||
githubStub = sinon.stub();
|
||||
pluginStub.returns(githubStub);
|
||||
util.initializeEnvironment(pkg.version);
|
||||
util.initializeEnvironment(pkg.version as string);
|
||||
});
|
||||
|
||||
test("getApiClient", async (t) => {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue