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.
.only
1 parent 86d64cc commit 5d32ffeCopy full SHA for 5d32ffe
test/rest-endpoint-methods.test.ts
@@ -4,7 +4,7 @@ import { Octokit } from "@octokit/core";
4
import { restEndpointMethods } from "../src";
5
6
describe("REST API endpoint methods", () => {
7
- it.only("README example", async () => {
+ it("README example", async () => {
8
const mock = fetchMock.sandbox().post(
9
"path:/user/repos",
10
{ ok: true },
0 commit comments