Skip to content

Commit d13cd78

Browse files
committed
test: adapt to TypeScript fix
1 parent 9c63fe4 commit d13cd78

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

test/register-endpoints.test.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ describe("Deprecations", () => {
2727
// make sure .registerEndpoints does not remove other methods on the same scope
2828
expect(typeof octokit.issues.get).toBe("function");
2929

30+
// @ts-ignore
3031
const { data } = await octokit.issues.fooBar();
3132

3233
expect(data).toStrictEqual({ ok: true });

0 commit comments

Comments
 (0)