Skip to content

Commit

Permalink
left todos
Browse files Browse the repository at this point in the history
  • Loading branch information
gr2m committed Sep 9, 2022
1 parent cc865d3 commit 781733c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion tests/js/auth/index.test-d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ export async function test() {
authStrategy: createCallbackAuth,
});

// TODO: @ts-expect-error - auth is required to be set to `{ callback }`
// @ts-expect-error - auth is required to be set to `{ callback }`
const test = new OctokitWithCallbackAuth();

expectType<typeof createCallbackAuth>(test.options.authStrategy);
Expand Down
2 changes: 1 addition & 1 deletion tests/ts/auth/test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,6 @@ export async function test() {
authStrategy: createCallbackAuth,
});

// TODO: @ts-expect-error - auth is required to be set to `{ callback }`
// @ts-expect-error - auth is required to be set to `{ callback }`
new OctokitWithCallbackAuth();
}

0 comments on commit 781733c

Please sign in to comment.