diff --git a/test/integration/smoke.test.ts b/test/integration/smoke.test.ts index 1f6be71f..9641599a 100644 --- a/test/integration/smoke.test.ts +++ b/test/integration/smoke.test.ts @@ -9,6 +9,7 @@ describe("Smoke tests", () => { }); it("can be used as a type", () => { + // @ts-expect-error TS6133 Unused variable let octokit: Octokit; octokit = new Octokit(); });