We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9c63fe4 commit d13cd78Copy full SHA for d13cd78
test/register-endpoints.test.ts
@@ -27,6 +27,7 @@ describe("Deprecations", () => {
27
// make sure .registerEndpoints does not remove other methods on the same scope
28
expect(typeof octokit.issues.get).toBe("function");
29
30
+ // @ts-ignore
31
const { data } = await octokit.issues.fooBar();
32
33
expect(data).toStrictEqual({ ok: true });
0 commit comments